This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch refactoring/UIMA-6454-Update-dependencies in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
commit 619f8f5fa1e15bff03fdc44408ab86f6f2c74a78 Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Wed Jul 13 09:34:12 2022 +0200 [UIMA-6454] Update dependencies (UIMA Java SDK 3.3.1) - maven-plugin-plugin 3.6.1 -> 3.6.4 - japicmp-maven-plugin 0.15.3 -> 0.15.7 - inline eclipseP2RepoUrl property into repository declaration to avoid stressing out the resolver with variables --- uimaj-parent/pom.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml index 4723617c6..1e2db4c58 100644 --- a/uimaj-parent/pom.xml +++ b/uimaj-parent/pom.xml @@ -98,7 +98,7 @@ <repository> <id>${eclipseP2RepoId}</id> - <url>${eclipseP2RepoUrl}</url> + <url>https://download.eclipse.org/releases/2018-12/</url> <layout>p2</layout> </repository> </repositories> @@ -147,7 +147,6 @@ <maven.compiler.source>1.8</maven.compiler.source> <eclipseP2RepoId>org.eclipse.p2.201812</eclipseP2RepoId> - <eclipseP2RepoUrl>https://download.eclipse.org/releases/2018-12/</eclipseP2RepoUrl> <api_check_oldVersion>3.2.0</api_check_oldVersion> </properties> @@ -239,10 +238,10 @@ <pluginManagement> <plugins> <plugin> - <!-- Can be removed after updating to the UIMA Parent POM 15 or higher --> + <!-- Can be removed after updating to the UIMA Parent POM 16 or higher --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> - <version>3.6.1</version> + <version>3.6.4</version> </plugin> </plugins> </pluginManagement> @@ -251,6 +250,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-toolchains-plugin</artifactId> + <!-- Version can be removed after updating to the UIMA Parent POM 16 or higher --> <version>3.1.0</version> <executions> <execution> @@ -269,6 +269,7 @@ </plugin> <plugin> + <!-- Can be removed after updating to the UIMA Parent POM 16 or higher --> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> <version>4.7.0.0</version> @@ -278,7 +279,8 @@ <!-- See: https://issues.apache.org/jira/browse/UIMA-6349 --> <groupId>com.github.siom79.japicmp</groupId> <artifactId>japicmp-maven-plugin</artifactId> - <version>0.15.3</version> + <!-- Version can be removed after updating to the UIMA Parent POM 16 or higher --> + <version>0.15.7</version> <configuration> <parameter> <ignoreMissingClassesByRegularExpressions> @@ -288,6 +290,7 @@ </configuration> <dependencies> <dependency> + <!-- Need to check if we still need this with 0.15.7 and if yes move to UIMA Parent POM --> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-jsr223</artifactId> <version>2.5.14</version>
