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

rec pushed a commit to branch release/3.1.0
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git

commit 3ecb52afad8427b3521135cf9626251b1f7ce9c2
Merge: 101de41 4458a2b
Author: Richard Eckart de Castilho <r...@apache.org>
AuthorDate: Sun Apr 19 15:34:46 2020 +0200

    Merge branch 'release/2.5.0' into release/3.1.0
    
    * release/2.5.0:
      [UIMA-6223] Groovy plugin causes warning during build
      [UIMA-6223] Groovy plugin causes warning during build
      [UIMA-6222] XML-related unit test fails on Java 9+

 .../uima/fit/factory/AnalysisEngineFactoryTest.java    |  3 ++-
 uimafit-parent/pom.xml                                 | 18 +++++++++++++++---
 2 files changed, 17 insertions(+), 4 deletions(-)

diff --cc uimafit-parent/pom.xml
index 3fd2d3b,a690e74..7ed2679
--- a/uimafit-parent/pom.xml
+++ b/uimafit-parent/pom.xml
@@@ -224,15 -201,15 +228,23 @@@
              </configuration>
            </execution>
          </executions>
+         <dependencies>
+           <dependency>
+             <groupId>org.codehaus.groovy</groupId>
+             <artifactId>groovy-all</artifactId>
+             <version>3.0.3</version>
+             <type>pom</type>
+           </dependency>
+         </dependencies>
        </plugin>
 +      <plugin>
 +        <groupId>org.apache.rat</groupId>
 +        <artifactId>apache-rat-plugin</artifactId>
 +        <!-- 
 +          Normally this only gets executed during releases, but we want 
licenses to be checked on
 +          every build to make sure the licenses are included in the PRs.
 +         -->
 +      </plugin>
      </plugins>
      <pluginManagement>
        <plugins>

Reply via email to