You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2008/05/15 17:21:29 UTC

svn commit: r656697 - in /activemq/trunk: activemq-jpa-store/pom.xml activemq-optional/pom.xml

Author: chirino
Date: Thu May 15 08:21:29 2008
New Revision: 656697

URL: http://svn.apache.org/viewvc?rev=656697&view=rev
Log:
The test-jars are not compile time dependencies.. Fixing this avoids the test classes getting included in the activemq-all jar.

Modified:
    activemq/trunk/activemq-jpa-store/pom.xml
    activemq/trunk/activemq-optional/pom.xml

Modified: activemq/trunk/activemq-jpa-store/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-jpa-store/pom.xml?rev=656697&r1=656696&r2=656697&view=diff
==============================================================================
--- activemq/trunk/activemq-jpa-store/pom.xml (original)
+++ activemq/trunk/activemq-jpa-store/pom.xml Thu May 15 08:21:29 2008
@@ -38,7 +38,6 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>activemq-core</artifactId>
-      <scope>compile</scope>
       <type>test-jar</type>
     </dependency>
 

Modified: activemq/trunk/activemq-optional/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-optional/pom.xml?rev=656697&r1=656696&r2=656697&view=diff
==============================================================================
--- activemq/trunk/activemq-optional/pom.xml (original)
+++ activemq/trunk/activemq-optional/pom.xml Thu May 15 08:21:29 2008
@@ -38,7 +38,6 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>activemq-core</artifactId>
-      <scope>compile</scope>
       <type>test-jar</type>
     </dependency>
     <dependency>