You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/07/13 10:09:00 UTC

[uima-uimaj] branch refactoring/UIMA-6454-Update-dependencies updated: [UIMA-6454] Update dependencies (UIMA Java SDK 3.3.1)

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


The following commit(s) were added to refs/heads/refactoring/UIMA-6454-Update-dependencies by this push:
     new 3f97c9fea [UIMA-6454] Update dependencies (UIMA Java SDK 3.3.1)
3f97c9fea is described below

commit 3f97c9feae7a65d54115b1e4f1021dfa06c2c9ea
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Wed Jul 13 12:08:55 2022 +0200

    [UIMA-6454] Update dependencies (UIMA Java SDK 3.3.1)
    
    - groovy-jsr223 2.5.15 -> 2.5.17 (japicmp plugin dependency to support recent Java versions)
---
 uimaj-parent/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml
index 1e2db4c58..eff05a5ad 100644
--- a/uimaj-parent/pom.xml
+++ b/uimaj-parent/pom.xml
@@ -290,10 +290,11 @@
         </configuration>
         <dependencies>
           <dependency>
-            <!-- Need to check if we still need this with 0.15.7 and if yes move to UIMA Parent POM -->
+            <!-- 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>