Adjust the pom.xml

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744701 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
rfeng 2009-02-15 17:30:02 +00:00
parent d191630938
commit 19220ad1ad

View file

@ -31,10 +31,17 @@
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
<artifactId>tuscany-nodea-api</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
<version>1.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
@ -72,7 +79,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>scatours-creditcardpayment-contribution</artifactId>
<artifactId>scatours-creditcard-payment-jaxb-contribution</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>