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

exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new b92cf84c35 NIFI-11966 Reverted Groovy Eclipse Batch to 3.0.8-01 for 
Java 8
b92cf84c35 is described below

commit b92cf84c35b06c517eeabe2e3c7fae294f97fbe1
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Aug 21 09:07:30 2023 -0500

    NIFI-11966 Reverted Groovy Eclipse Batch to 3.0.8-01 for Java 8
    
    Signed-off-by: David Handermann <[email protected]>
---
 pom.xml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3776d2e7bb..c4af09efad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,8 +130,7 @@
         <jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version>
         <json.smart.version>2.4.11</json.smart.version>
         <nifi.groovy.version>3.0.18</nifi.groovy.version>
-        
<groovy.eclipse.compiler.version>3.9.0</groovy.eclipse.compiler.version>
-        <groovy.eclipse.batch.version>3.0.9-03</groovy.eclipse.batch.version>
+        <groovy.eclipse.batch.version>3.0.8-01</groovy.eclipse.batch.version>
         <surefire.version>3.1.2</surefire.version>
         <hadoop.version>3.3.6</hadoop.version>
         <ozone.version>1.2.1</ozone.version>
@@ -151,13 +150,6 @@
         <zookeeper.version>3.8.2</zookeeper.version>
         <caffeine.version>2.9.3</caffeine.version>
     </properties>
-    <pluginRepositories>
-        <!-- Required for groovy-eclipse-compiler 3.9.0 -->
-        <pluginRepository>
-            <id>groovy-plugins-release</id>
-            <url>https://groovy.jfrog.io/artifactory/plugins-release</url>
-        </pluginRepository>
-    </pluginRepositories>
     <dependencyManagement>
         <dependencies>
             <!-- The following dependency management entries exist because 
these are jars

Reply via email to