You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2013/07/15 13:36:09 UTC

[3/3] git commit: CAMEL-6534 clean up the pom.xml

CAMEL-6534 clean up the pom.xml


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/bf1f5f0c
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/bf1f5f0c
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/bf1f5f0c

Branch: refs/heads/master
Commit: bf1f5f0cc1e681d58cc660240fa43f38c6625e1c
Parents: a496191
Author: Willem Jiang <ni...@apache.org>
Authored: Mon Jul 15 19:08:57 2013 +0800
Committer: Willem Jiang <ni...@apache.org>
Committed: Mon Jul 15 19:08:57 2013 +0800

----------------------------------------------------------------------
 components/camel-rabbitmq/pom.xml | 23 +++++------------------
 parent/pom.xml                    |  1 +
 2 files changed, 6 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/bf1f5f0c/components/camel-rabbitmq/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-rabbitmq/pom.xml b/components/camel-rabbitmq/pom.xml
index 338df36..cedce02 100644
--- a/components/camel-rabbitmq/pom.xml
+++ b/components/camel-rabbitmq/pom.xml
@@ -41,17 +41,15 @@
         <dependency>
             <groupId>com.rabbitmq</groupId>
             <artifactId>amqp-client</artifactId>
-            <version>3.1.3</version>
+            <version>${rabbitmq-amqp-client-version}</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
-            <version>1.7.5</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
-            <version>1.7.5</version>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
@@ -65,29 +63,18 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.11</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
-            <version>1.9.5</version>
+            <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
     </dependencies>
-
-
+    
     <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.0</version>
-                <configuration>
-                    <source>1.6</source>
-                    <target>1.6</target>
-                </configuration>
-            </plugin>
-            <plugin>
+         <plugins>
+             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <excludes>

http://git-wip-us.apache.org/repos/asf/camel/blob/bf1f5f0c/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index ad1ce05..6bf2bd5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -318,6 +318,7 @@
     <quartz-bundle-version>1.8.6_1</quartz-bundle-version>
     <quartz-version>1.8.6</quartz-version>
     <quickfix-bundle-version>1.5.3_1</quickfix-bundle-version>
+    <rabbitmq-amqp-client-version>3.1.3</rabbitmq-amqp-client-version>
     <regexp-bundle-version>1.4_1</regexp-bundle-version>
     <restlet-version>2.0.15</restlet-version>
     <rhino-bundle-version>1.7R2_3</rhino-bundle-version>