diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-13 07:59:15 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-13 07:59:15 +0000 |
commit | 31ccbc38cdf5d31b728642d324df1f5ec1a3d0e7 (patch) | |
tree | 35319e63084b800836df68f408dcfec53a4b5ca3 /java | |
parent | d11a54f51ddf22e0aa464bed7598a50fb101a1ff (diff) |
Add node-dynmic to tuscany bundle jar
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694892 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r-- | java/sca/distribution/bundle/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/sca/distribution/bundle/pom.xml b/java/sca/distribution/bundle/pom.xml index 3273e3b9ed..dddbba4d33 100644 --- a/java/sca/distribution/bundle/pom.xml +++ b/java/sca/distribution/bundle/pom.xml @@ -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> |