You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2020/03/30 19:04:37 UTC

[camel] 03/03: CAMEL-14715: Remove pax-* version placeholders and dependency management

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

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

commit 3fef31f0c05102f20a338308a7b98c57b1fd4510
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Mon Mar 30 21:04:12 2020 +0200

    CAMEL-14715: Remove pax-* version placeholders and dependency management
---
 parent/pom.xml | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 15f42e1..6c44a95 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -463,10 +463,6 @@
         <paho-version>1.2.2</paho-version>
         <paranamer-bundle-version>2.8_1</paranamer-bundle-version>
         <partial-build-plugin-version>2.7</partial-build-plugin-version>
-        <pax-cdi-version>1.0.0</pax-cdi-version>
-        <pax-exam-version>4.13.2</pax-exam-version>
-        <pax-tiny-bundle-version>1.3.2</pax-tiny-bundle-version>
-        <pax-logging-version>1.11.2</pax-logging-version>
         <pdfbox-version>2.0.19</pdfbox-version>
         <perfmark-version>0.17.0</perfmark-version>
         <pgjdbc-driver-version>42.2.6</pgjdbc-driver-version>
@@ -3407,38 +3403,6 @@
                 <version>${ognl-bundle-version}</version>
             </dependency>
 
-            <!-- optional Pax support -->
-            <dependency>
-                <groupId>org.ops4j.pax.exam</groupId>
-                <artifactId>pax-exam</artifactId>
-                <version>${pax-exam-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.ops4j.pax.exam</groupId>
-                <artifactId>pax-exam-junit4</artifactId>
-                <version>${pax-exam-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.ops4j.pax.exam</groupId>
-                <artifactId>pax-exam-container-karaf</artifactId>
-                <version>${pax-exam-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.ops4j.pax.exam</groupId>
-                <artifactId>pax-exam-link-mvn</artifactId>
-                <version>${pax-exam-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.ops4j.pax.swissbox</groupId>
-                <artifactId>pax-swissbox-tinybundles</artifactId>
-                <version>${pax-tiny-bundle-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.ops4j.pax.exam</groupId>
-                <artifactId>pax-exam-invoker-junit</artifactId>
-                <version>${pax-exam-version}</version>
-            </dependency>
-
             <!-- optional Saxon support -->
             <dependency>
                 <groupId>net.sf.saxon</groupId>