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 12:59:12 UTC

[camel] branch main updated (97523ad8f92 -> 1e3ad3cf89a)

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 97523ad8f92 Regen for commit 2adaab862fe338cff0515de4e934bd51339bfd7d (#9427)
     new 51e418970db CAMEL-19062 - Clean up Parent POM - OGNL
     new 1e3ad3cf89a CAMEL-19062 - Clean up Parent POM - OGNL

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-ognl/pom.xml | 1 +
 parent/pom.xml                | 7 -------
 2 files changed, 1 insertion(+), 7 deletions(-)


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

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 1e3ad3cf89a716a9b536f65298d90e47ac3e7f55
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 27 13:33:30 2023 +0100

    CAMEL-19062 - Clean up Parent POM - OGNL
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-ognl/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-ognl/pom.xml b/components/camel-ognl/pom.xml
index ac861b32c4d..cd25b882103 100644
--- a/components/camel-ognl/pom.xml
+++ b/components/camel-ognl/pom.xml
@@ -42,6 +42,7 @@
         <dependency>
             <groupId>ognl</groupId>
             <artifactId>ognl</artifactId>
+            <version>${ognl-version}</version>
         </dependency>
 
         <!-- testing -->


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

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 51e418970db48fa6facf1380fecd55c56c6a11e6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 27 13:32:32 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 773275f1ddc..4f0afb4a2cb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2764,13 +2764,6 @@
                 <version>${slf4j-version}</version>
             </dependency>
 
-            <!-- optional ognl support -->
-            <dependency>
-                <groupId>ognl</groupId>
-                <artifactId>ognl</artifactId>
-                <version>${ognl-version}</version>
-            </dependency>
-
             <!-- optional Saxon support -->
             <dependency>
                 <groupId>net.sf.saxon</groupId>