summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/samples/helloworld-jms-webapp/pom.xml
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-18 08:53:54 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-18 08:53:54 +0000
commit06421b92ad4297e90f3a2f7510e37e98cc42b159 (patch)
treec3dbadf2a1d23ccd1d4f72441ae2c26e6f03c990 /branches/sca-java-1.4/samples/helloworld-jms-webapp/pom.xml
parentfff39b6a2da252143585085260e79932b4a51016 (diff)
Fixes on 1.4RC2 review comments
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727679 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.4/samples/helloworld-jms-webapp/pom.xml')
-rw-r--r--branches/sca-java-1.4/samples/helloworld-jms-webapp/pom.xml19
1 files changed, 17 insertions, 2 deletions
diff --git a/branches/sca-java-1.4/samples/helloworld-jms-webapp/pom.xml b/branches/sca-java-1.4/samples/helloworld-jms-webapp/pom.xml
index 9c7e4e2e13..21c37589cb 100644
--- a/branches/sca-java-1.4/samples/helloworld-jms-webapp/pom.xml
+++ b/branches/sca-java-1.4/samples/helloworld-jms-webapp/pom.xml
@@ -58,8 +58,8 @@
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>activemq-core</artifactId>
- <version>5.1.0</version>
+ <artifactId>activemq-all</artifactId>
+ <version>5.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
@@ -72,6 +72,21 @@
<build>
<finalName>${artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-maven-ant-generator</artifactId>
+ <version>1.4</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+
</build>
</project>