This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch refactoring/39-Upgrade-plugins
in repository https://gitbox.apache.org/repos/asf/uima-parent-pom.git

commit fae25ddeb328a593996c9772e45548f5f81360b0
Author: Richard Eckart de Castilho <r...@apache.org>
AuthorDate: Thu Aug 3 13:40:40 2023 +0200

    Issue #39: Upgrade plugins
    
    - Add plugin dependency override back as it is still required
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9a22c29..9e8e7f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,6 +197,14 @@
           <groupId>com.github.siom79.japicmp</groupId>
           <artifactId>japicmp-maven-plugin</artifactId>
           <version>0.17.2</version>
+          <dependencies>
+            <dependency>
+              <!-- See: https://issues.apache.org/jira/browse/UIMA-6349 -->
+              <groupId>org.codehaus.groovy</groupId>
+              <artifactId>groovy-jsr223</artifactId>
+              <version>2.5.17</version>
+            </dependency>
+          </dependencies>
         </plugin>
         
         <plugin>

Reply via email to