Author: mcombellack
Date: Wed Apr 2 04:17:21 2008
New Revision: 643848
URL: http://svn.apache.org/viewvc?rev=643848&view=rev
Log:
TUSCANY-2185 Fixed compilation problem by coping changes from SVN revision
643527 from the root
Modified:
incubator/tuscany/branches/sca-java-1.2/samples/helloworld-service-jms/pom.xml
Modified:
incubator/tuscany/branches/sca-java-1.2/samples/helloworld-service-jms/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/samples/helloworld-service-jms/pom.xml?rev=643848&r1=643847&r2=643848&view=diff
==============================================================================
---
incubator/tuscany/branches/sca-java-1.2/samples/helloworld-service-jms/pom.xml
(original)
+++
incubator/tuscany/branches/sca-java-1.2/samples/helloworld-service-jms/pom.xml
Wed Apr 2 04:17:21 2008
@@ -38,7 +38,7 @@
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca-api</artifactId>
+ <artifactId>tuscany-host-jetty</artifactId>
<version>1.2-incubating-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
@@ -47,7 +47,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
<version>1.2-incubating-SNAPSHOT</version>
- <scope>runtime</scope>
+ <scope>compile</scope>
</dependency>
<dependency>
@@ -75,7 +75,7 @@
<groupId>org.apache.activemq</groupId>
<artifactId>apache-activemq</artifactId>
<version>4.1.1</version>
- <scope>test</scope>
+ <scope>compile</scope>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]