diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.3/samples/helloworld-service-jms/pom.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/branches/sca-java-1.3/samples/helloworld-service-jms/pom.xml b/branches/sca-java-1.3/samples/helloworld-service-jms/pom.xml index dbbd4d1732..906a2ebd65 100644 --- a/branches/sca-java-1.3/samples/helloworld-service-jms/pom.xml +++ b/branches/sca-java-1.3/samples/helloworld-service-jms/pom.xml @@ -38,13 +38,6 @@ <dependencies> <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-host-jetty</artifactId> - <version>1.3-SNAPSHOT</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-embedded</artifactId> <version>1.3-SNAPSHOT</version> <scope>compile</scope> @@ -75,7 +68,6 @@ <groupId>org.apache.activemq</groupId> <artifactId>apache-activemq</artifactId> <version>4.1.1</version> - <scope>test</scope> <exclusions> <exclusion> <groupId>org.apache.activemq</groupId> |