You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/02/27 10:21:04 UTC

[camel] branch main updated (3f3430ce438 -> 4c724752822)

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

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 3f3430ce438 Regen for commit 332a3a657d9d2b0c3c74f9f0cd67810ca5538919
     new 88c2709691e CAMEL-19062 - Clean up Parent POM - Groovy
     new 4c724752822 CAMEL-19062 - Clean up Parent POM - Groovy

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-groovy/pom.xml                      | 1 +
 dsl/camel-groovy-dsl/camel-groovy-dsl-common/pom.xml | 3 ++-
 parent/pom.xml                                       | 5 -----
 3 files changed, 3 insertions(+), 6 deletions(-)


[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Groovy

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 4c724752822ab41ff7f9b51ed019e6e11843b464
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 27 11:12:59 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Groovy
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-groovy/pom.xml                      | 1 +
 dsl/camel-groovy-dsl/camel-groovy-dsl-common/pom.xml | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/components/camel-groovy/pom.xml b/components/camel-groovy/pom.xml
index b05c213f51d..1ab7409aca8 100644
--- a/components/camel-groovy/pom.xml
+++ b/components/camel-groovy/pom.xml
@@ -44,6 +44,7 @@
         <dependency>
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy</artifactId>
+            <version>${groovy-version}</version>
         </dependency>
 
         <!-- testing -->
diff --git a/dsl/camel-groovy-dsl/camel-groovy-dsl-common/pom.xml b/dsl/camel-groovy-dsl/camel-groovy-dsl-common/pom.xml
index 9e3cf588d52..be1b0a35c0d 100644
--- a/dsl/camel-groovy-dsl/camel-groovy-dsl-common/pom.xml
+++ b/dsl/camel-groovy-dsl/camel-groovy-dsl-common/pom.xml
@@ -60,6 +60,7 @@
         <dependency>
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy</artifactId>
+            <version>${groovy-version}</version>
         </dependency>
     </dependencies>
 
@@ -86,4 +87,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>


[camel] 01/02: CAMEL-19062 - Clean up Parent POM - Groovy

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 88c2709691ea4956651154ee1a21a23b9006887f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 27 11:12:14 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Groovy
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index bcee824981b..1ffb18c9011 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2765,11 +2765,6 @@
             </dependency>
 
             <!-- optional scripting support -->
-            <dependency>
-                <groupId>org.codehaus.groovy</groupId>
-                <artifactId>groovy</artifactId>
-                <version>${groovy-version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.codehaus.groovy</groupId>
                 <artifactId>groovy-xml</artifactId>