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:
parent
d191630938
commit
19220ad1ad
1 changed files with 9 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue