Author: dkulp
Date: Wed Aug 28 20:17:42 2013
New Revision: 1518351
URL: http://svn.apache.org/r1518351
Log:
Fix sample poms
Modified:
cxf/trunk/distribution/src/main/release/samples/java_first_jms/pom.xml
cxf/trunk/distribution/src/main/release/samples/jms_pubsub/pom.xml
cxf/trunk/distribution/src/main/release/samples/jms_queue/pom.xml
cxf/trunk/distribution/src/main/release/samples/jms_spec_demo/pom.xml
cxf/trunk/distribution/src/main/release/samples/jms_spring_config/pom.xml
Modified: cxf/trunk/distribution/src/main/release/samples/java_first_jms/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/java_first_jms/pom.xml?rev=1518351&r1=1518350&r2=1518351&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/java_first_jms/pom.xml
(original)
+++ cxf/trunk/distribution/src/main/release/samples/java_first_jms/pom.xml Wed
Aug 28 20:17:42 2013
@@ -110,7 +110,11 @@
<dependencies>
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>activemq-core</artifactId>
+ <artifactId>activemq-broker</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-kahadb-store</artifactId>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
Modified: cxf/trunk/distribution/src/main/release/samples/jms_pubsub/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/pom.xml?rev=1518351&r1=1518350&r2=1518351&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/jms_pubsub/pom.xml
(original)
+++ cxf/trunk/distribution/src/main/release/samples/jms_pubsub/pom.xml Wed Aug
28 20:17:42 2013
@@ -155,7 +155,11 @@
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>activemq-core</artifactId>
+ <artifactId>activemq-broker</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-kahadb-store</artifactId>
</dependency>
</dependencies>
</project>
Modified: cxf/trunk/distribution/src/main/release/samples/jms_queue/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jms_queue/pom.xml?rev=1518351&r1=1518350&r2=1518351&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/jms_queue/pom.xml (original)
+++ cxf/trunk/distribution/src/main/release/samples/jms_queue/pom.xml Wed Aug
28 20:17:42 2013
@@ -156,7 +156,11 @@
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>activemq-core</artifactId>
+ <artifactId>activemq-broker</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-kahadb-store</artifactId>
</dependency>
</dependencies>
</project>
Modified: cxf/trunk/distribution/src/main/release/samples/jms_spec_demo/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jms_spec_demo/pom.xml?rev=1518351&r1=1518350&r2=1518351&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/jms_spec_demo/pom.xml
(original)
+++ cxf/trunk/distribution/src/main/release/samples/jms_spec_demo/pom.xml Wed
Aug 28 20:17:42 2013
@@ -155,7 +155,11 @@
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>activemq-core</artifactId>
+ <artifactId>activemq-broker</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-kahadb-store</artifactId>
</dependency>
</dependencies>
</project>
Modified:
cxf/trunk/distribution/src/main/release/samples/jms_spring_config/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jms_spring_config/pom.xml?rev=1518351&r1=1518350&r2=1518351&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/jms_spring_config/pom.xml
(original)
+++ cxf/trunk/distribution/src/main/release/samples/jms_spring_config/pom.xml
Wed Aug 28 20:17:42 2013
@@ -199,7 +199,11 @@
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>activemq-core</artifactId>
+ <artifactId>activemq-broker</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-kahadb-store</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>