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 2240195fbc NIFI-11966 Added groovy-plugins-repository for Groovy 
Eclipse 3.9.0
2240195fbc is described below

commit 2240195fbc12590c6280030120088a329174abaa
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Aug 21 08:37:12 2023 -0500

    NIFI-11966 Added groovy-plugins-repository for Groovy Eclipse 3.9.0
    
    Signed-off-by: David Handermann <[email protected]>
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 211e5c3f0c..3776d2e7bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,6 +151,13 @@
         <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