You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2015/03/03 13:53:15 UTC

[2/3] qpid-jms git commit: group dependencyManagement entries in parent pom according to usage

group dependencyManagement entries in parent pom according to usage


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

Branch: refs/heads/master
Commit: e4321f69cc1ca5d0ae422eb9920fcace0f523306
Parents: fb7dc64
Author: Robert Gemmell <ro...@apache.org>
Authored: Tue Mar 3 12:24:03 2015 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Tue Mar 3 12:25:40 2015 +0000

----------------------------------------------------------------------
 pom.xml | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e4321f69/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b5fec48..cd41126 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
     <hamcrest-version>1.3</hamcrest-version>
     <netty-version>4.0.17.Final</netty-version>
 
-    <!-- Maven Plugin Version for this Project -->
+    <!-- Maven Plugin Versions for this Project -->
     <maven-javacc-plugin-version>2.6</maven-javacc-plugin-version>
     <maven-surefire-plugin-version>2.16</maven-surefire-plugin-version>
     <maven-assembly-plugin-version>2.4</maven-assembly-plugin-version>
@@ -97,9 +97,7 @@
 
   <dependencyManagement>
     <dependencies>
-      <!-- =============================== -->
-      <!-- Internal QpidJMS Dependencies -->
-      <!-- =============================== -->
+      <!-- Internal module dependencies -->
       <dependency>
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid-jms-client</artifactId>
@@ -110,6 +108,7 @@
         <artifactId>qpid-jms-discovery</artifactId>
         <version>${project.version}</version>
       </dependency>
+      <!-- Required dependencies -->
       <dependency>
         <groupId>org.apache.qpid</groupId>
         <artifactId>proton-j</artifactId>
@@ -126,6 +125,18 @@
         <version>${netty-version}</version>
       </dependency>
       <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-api</artifactId>
+        <version>${slf4j-version}</version>
+      </dependency>
+      <!-- Logging impl dependency, e.g for the tests or examples -->
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-log4j12</artifactId>
+        <version>${slf4j-version}</version>
+      </dependency>
+      <!-- Test dependencies -->
+      <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>${junit-version}</version>
@@ -143,16 +154,6 @@
         <version>${hamcrest-version}</version>
         <scope>test</scope>
       </dependency>
-      <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>slf4j-api</artifactId>
-        <version>${slf4j-version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>slf4j-log4j12</artifactId>
-        <version>${slf4j-version}</version>
-      </dependency>
     </dependencies>
   </dependencyManagement>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org