Author: antelder
Date: Sat Sep 13 00:59:15 2008
New Revision: 694892
URL: http://svn.apache.org/viewvc?rev=694892&view=rev
Log:
Add node-dynmic to tuscany bundle jar
Modified:
tuscany/java/sca/distribution/bundle/pom.xml
Modified: tuscany/java/sca/distribution/bundle/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/distribution/bundle/pom.xml?rev=694892&r1=694891&r2=694892&view=diff
==============================================================================
--- tuscany/java/sca/distribution/bundle/pom.xml (original)
+++ tuscany/java/sca/distribution/bundle/pom.xml Sat Sep 13 00:59:15 2008
@@ -386,6 +386,11 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-node-dynamic</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-node-impl</artifactId>
<version>${pom.version}</version>
</dependency>