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 2020/03/31 08:01:11 UTC

[camel] 08/43: CAMEL-14715 - Remove ognl bundle property placeholder (camel-karaf-migration)

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

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

commit cc5f29fbf13cc181db204c4fabf77550cf7adc57
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 08:30:04 2020 +0200

    CAMEL-14715 - Remove ognl bundle property placeholder (camel-karaf-migration)
---
 parent/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 35625e4..46897fc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -437,7 +437,6 @@
         <olingo2-version>2.0.11</olingo2-version>
         <olingo4-version>4.7.1</olingo4-version>
         <ognl-version>3.1.12</ognl-version>
-        <ognl-bundle-version>3.1.12_1</ognl-bundle-version>
         <opencensus-api-version>0.24.0</opencensus-api-version>
         <oncrpc-version>1.1.3</oncrpc-version>
         <openjpa-version>3.1.1</openjpa-version>
@@ -3387,11 +3386,6 @@
                 <artifactId>ognl</artifactId>
                 <version>${ognl-version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix.bundles</groupId>
-                <artifactId>org.apache.servicemix.bundles.ognl</artifactId>
-                <version>${ognl-bundle-version}</version>
-            </dependency>
 
             <!-- optional Saxon support -->
             <dependency>