Skip to content

Commit

Permalink
Merge pull request #224 from apache/refactoring/UIMA-6454-Update-depe…
Browse files Browse the repository at this point in the history
…ndencies

[UIMA-6454] Update dependencies
  • Loading branch information
reckart authored Jul 28, 2022
2 parents 4e0aaa7 + 3f97c9f commit 776543e
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions uimaj-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -288,9 +290,11 @@
</configuration>
<dependencies>
<dependency>
<!-- See: https://issues.apache.org/jira/browse/UIMA-6349 -->
<!-- Can be removed after updating to the UIMA Parent POM 16 or higher -->
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-jsr223</artifactId>
<version>2.5.14</version>
<version>2.5.17</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 776543e

Please sign in to comment.