summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/distribution/bundle/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-20 02:46:16 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-20 02:46:16 +0000
commit862d5db36c045910ccc02ec8fc6b4cd70bdd1e98 (patch)
tree564e7d76996b6beb22f6f1805eae4b4977778312 /sca-java-1.x/trunk/distribution/bundle/pom.xml
parentefbfed89af1b40e3c9d38ed43a3dd32759fad1c3 (diff)
Adding missing modules to tuscany distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901038 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/trunk/distribution/bundle/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/distribution/bundle/pom.xml b/sca-java-1.x/trunk/distribution/bundle/pom.xml
index 8a5d9cfe7f..6dbc7a0992 100644
--- a/sca-java-1.x/trunk/distribution/bundle/pom.xml
+++ b/sca-java-1.x/trunk/distribution/bundle/pom.xml
@@ -109,6 +109,11 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-binding-jms-policy</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-binding-jsonrpc-js</artifactId>
<version>${pom.version}</version>
</dependency>
@@ -159,6 +164,11 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-binding-sca-jms</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-binding-sca-xml</artifactId>
<version>${pom.version}</version>
</dependency>
@@ -506,6 +516,11 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-policy-security-geronimo</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-policy-xml</artifactId>
<version>${pom.version}</version>
</dependency>