You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by da...@apache.org on 2013/07/12 12:53:29 UTC

svn commit: r1502509 - /activemq/trunk/trash/activemq-optional/pom.xml

Author: davsclaus
Date: Fri Jul 12 10:53:28 2013
New Revision: 1502509

URL: http://svn.apache.org/r1502509
Log:
Fixed build of trashed activemq-optional

Modified:
    activemq/trunk/trash/activemq-optional/pom.xml

Modified: activemq/trunk/trash/activemq-optional/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/trash/activemq-optional/pom.xml?rev=1502509&r1=1502508&r2=1502509&view=diff
==============================================================================
--- activemq/trunk/trash/activemq-optional/pom.xml (original)
+++ activemq/trunk/trash/activemq-optional/pom.xml Fri Jul 12 10:53:28 2013
@@ -22,8 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.8-SNAPSHOT</version>
-    <version>5.8-SNAPSHOT</version>
+    <version>5.9-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-optional</artifactId>
@@ -35,7 +34,7 @@
     <!-- activemq -->
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>activemq-core</artifactId>
+      <artifactId>activemq-client</artifactId>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
@@ -43,12 +42,6 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>activemq-core</artifactId>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
       <artifactId>activemq-broker</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
@@ -227,7 +220,7 @@
                     org.apache.activemq.transport.https*;version=${project.version};-noimport:=;-split-package:=merge-last
                 </Export-Package>
                 <Import-Package>
-                    org.eclipse.jetty*;version="[7.5,8.0)";resolution:=optional,
+                    org.eclipse.jetty*;version="[7.6,8.0)";resolution:=optional,
                     !org.apache.activemq.transport.ws*;version=${project.version},
                     !org.apache.activemq.transport.xstream;version=${project.version},
                     !org.apache.activemq.transport.util;version=${project.version},