You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2015/10/02 16:52:01 UTC

svn commit: r1706426 - /qpid/java/trunk/joramtests/pom.xml

Author: kwall
Date: Fri Oct  2 14:52:00 2015
New Revision: 1706426

URL: http://svn.apache.org/viewvc?rev=1706426&view=rev
Log:
NO-JIRA: Stop the Joram test module's dependency on logback transitively pulling in a second SLF4J version into the project

Modified:
    qpid/java/trunk/joramtests/pom.xml

Modified: qpid/java/trunk/joramtests/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/joramtests/pom.xml?rev=1706426&r1=1706425&r2=1706426&view=diff
==============================================================================
--- qpid/java/trunk/joramtests/pom.xml (original)
+++ qpid/java/trunk/joramtests/pom.xml Fri Oct  2 14:52:00 2015
@@ -31,6 +31,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>joramtests</artifactId>
+    <name>Qpid Joram JMS Tests</name>
+    <description>Integration test suite utilising the Joram JMS test suite.</description>
+
     <properties>
         <joram-jms-tests-version>1.0</joram-jms-tests-version>
         <httpclient-version>4.4</httpclient-version>
@@ -56,6 +59,11 @@
             <version>${logback-version}</version>
         </dependency>
         <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <version>${slf4j-version}</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jms_1.1_spec</artifactId>
             <version>${geronimo-jms-1-1-version}</version>



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