Skip to content

Commit

Permalink
Cleanup poms
Browse files Browse the repository at this point in the history
  • Loading branch information
stzanakis committed Oct 4, 2024
1 parent 1e729e8 commit 554ae1a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 65 deletions.
2 changes: 0 additions & 2 deletions metis-common/metis-common-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@
<version>13-SNAPSHOT</version>
</parent>
<artifactId>metis-common-base</artifactId>

<name>metis-common-base</name>
</project>
1 change: 1 addition & 0 deletions metis-common/metis-common-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
10 changes: 0 additions & 10 deletions metis-indexing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,4 @@
<artifactId>annotations</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<!--This plugin is required for local IDE tests that use Jibx related classes. Check root pom for more information. -->
<plugin>
<artifactId>build-helper-maven-plugin</artifactId>
<groupId>org.codehaus.mojo</groupId>
</plugin>
</plugins>
</build>
</project>
55 changes: 2 additions & 53 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<module>metis-pattern-analysis</module>
</modules>

<!-- Github connection -->
<!-- GitHub connection -->
<scm>
<connection>scm:git:https://github.com/europeana/metis-framework</connection>
<url>https://github.com/europeana/metis-framework</url>
Expand Down Expand Up @@ -54,50 +54,6 @@
<release>21</release>
</configuration>
</plugin>
<!--Setup highest directory path, so that it can be used as a variable avoiding relative paths-->
<plugin>
<artifactId>directory-maven-plugin</artifactId>
<executions>
<execution>
<configuration>
<property>main.basedir</property>
</configuration>
<goals>
<goal>highest-basedir</goal>
</goals>
<id>directories</id>
<phase>initialize</phase>
</execution>
</executions>
<groupId>org.commonjava.maven.plugins</groupId>
<version>${version.directory.maven.plugin}</version>
</plugin>
<!--If you are using Jibx classes in a sub module in the repository and want to be able to run the code or tests from the
IDE, this plugin(preconfigured here) should be added to the module! That is because jibx is generating the class bindings
inside the target directory and they are not findable from the IDE..
Building with maven directly is fine.
Other repositories that have as a dependency the metis-schema module are fine, since they are directly dependent on the
.jar and those projects do not require the following plugin configuration to work through the IDE.-->
<plugin>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<configuration>
<sources>
<!--suppress UnresolvedMavenProperty, the property is generated from directory-maven-plugin -->
<source>${main.basedir}/metis-schema/target/eu/europeana/metis/schema/jibx</source>
</sources>
</configuration>
<goals>
<goal>add-source</goal>
</goals>
<id>add-source</id>
<phase>generate-sources</phase>
</execution>
</executions>
<groupId>org.codehaus.mojo</groupId>
<version>${version.build.helper.maven.plugin}</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down Expand Up @@ -136,11 +92,7 @@
<version.apache.commons.text>1.10.0</version.apache.commons.text>
<version.commons-compress>1.26.0</version.commons-compress>
<version.corelib>2.16.10-SNAPSHOT</version.corelib>

<!-- These two versions are interdependent. -->
<version.directory.maven.plugin>1.0</version.directory.maven.plugin>
<version.gdcc.xoai>5.2.0</version.gdcc.xoai>

<version.embedded.mongo>4.17.0</version.embedded.mongo>
<version.hamcrest>1.3</version.hamcrest>
<version.hibernate.core>6.4.4.Final</version.hibernate.core>
Expand Down Expand Up @@ -171,12 +123,10 @@
<version.morphia.core>2.4.5</version.morphia.core>
<version.mpd.parser>0.9</version.mpd.parser>
<version.powermock>2.0.9</version.powermock>
<version.rabbitmq>5.12.0</version.rabbitmq>
<version.redisson>3.24.3</version.redisson>
<version.saxon.he>10.5</version.saxon.he>
<version.servlet.api>4.0.1</version.servlet.api>
<version.solr.solrj>8.8.2</version.solr.solrj>
<version.spring>6.1.4</version.spring>
<version.spring>6.1.5</version.spring>
<version.spring.boot>3.2.3</version.spring.boot>
<version.spring.security.crypto>5.8.10</version.spring.security.crypto>
<version.surefire.plugin>2.22.1</version.surefire.plugin>
Expand Down Expand Up @@ -637,7 +587,6 @@
<artifactId>slf4j-api</artifactId>
<version>${version.slf4j}</version>
</dependency>

</dependencies>

<repositories>
Expand Down

0 comments on commit 554ae1a

Please sign in to comment.