summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6/distribution/bundle
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-20 02:41:43 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-20 02:41:43 +0000
commitefbfed89af1b40e3c9d38ed43a3dd32759fad1c3 (patch)
tree49590527b1ea1d73eed8075ef4134276080f104d /sca-java-1.x/branches/sca-java-1.6/distribution/bundle
parente546266dc9fe0496a4ed82436547a0239dd3fbb6 (diff)
Adding missing modules to tuscany distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901037 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6/distribution/bundle')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml b/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml
index 0292aad046..e135ecd21b 100644
--- a/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/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>
@@ -501,6 +511,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-security-jsr250</artifactId>
<version>${pom.version}</version>
</dependency>