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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9d35dc8  Cleanup pom a bit
9d35dc8 is described below

commit 9d35dc8e14c258112c36036e4db477cc6dcc4ef9
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Feb 25 08:25:49 2019 +0100

    Cleanup pom a bit
---
 components/camel-metrics/pom.xml           |  2 +-
 components/camel-micrometer/pom.xml        |  2 +-
 components/camel-spring-javaconfig/pom.xml | 18 +-----------------
 parent/pom.xml                             |  1 -
 4 files changed, 3 insertions(+), 20 deletions(-)

diff --git a/components/camel-metrics/pom.xml b/components/camel-metrics/pom.xml
index 9dd90b9..ef8325a 100644
--- a/components/camel-metrics/pom.xml
+++ b/components/camel-metrics/pom.xml
@@ -76,7 +76,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>${camel-test-spring-artifactId}</artifactId>
+      <artifactId>camel-test-spring</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/components/camel-micrometer/pom.xml 
b/components/camel-micrometer/pom.xml
index d0b39e1..ffdecfa 100644
--- a/components/camel-micrometer/pom.xml
+++ b/components/camel-micrometer/pom.xml
@@ -75,7 +75,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>${camel-test-spring-artifactId}</artifactId>
+            <artifactId>camel-test-spring</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/components/camel-spring-javaconfig/pom.xml 
b/components/camel-spring-javaconfig/pom.xml
index d350f18..1a7af1e 100644
--- a/components/camel-spring-javaconfig/pom.xml
+++ b/components/camel-spring-javaconfig/pom.xml
@@ -46,17 +46,6 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-spring</artifactId>
-      <exclusions>
-        <exclusion>
-          <groupId>org.springframework</groupId>
-          <artifactId>spring-tx</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix.bundles</groupId>
-      <artifactId>org.apache.servicemix.bundles.cglib</artifactId>
-      <version>${cglib-bundle-version}</version>
     </dependency>
 
     <!-- test dependencies -->
@@ -67,15 +56,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>${camel-test-spring-artifactId}</artifactId>
+      <artifactId>camel-test-spring</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>javax.annotation</groupId>
-      <artifactId>jsr250-api</artifactId>
-      <scope>test</scope>
-    </dependency>  
-    <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-api</artifactId>
       <scope>test</scope>
diff --git a/parent/pom.xml b/parent/pom.xml
index 1c4e2b4..0578da9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -105,7 +105,6 @@
     <c3p0-bundle-version>0.9.5.3_1</c3p0-bundle-version>
     <caffeine-version>2.6.2</caffeine-version>
     <californium-version>1.0.6</californium-version>
-    
<camel-test-spring-artifactId>camel-test-spring</camel-test-spring-artifactId>
     <cassandra-driver-version>3.6.0</cassandra-driver-version>
     <cassandra-driver-guava-version>19.0</cassandra-driver-guava-version>
     <cassandra-version>3.7</cassandra-version>

Reply via email to