diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml | 15 | ||||
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml | 15 |
2 files changed, 30 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> diff --git a/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml b/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml index b27e679331..a774510fe6 100644 --- a/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml @@ -96,6 +96,11 @@ <version>${pom.version}</version> </dependency> <dependency> + <groupId>${pom.groupId}</groupId> + <artifactId>tuscany-binding-jms-policy</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-all</artifactId> <version>5.2.0</version> @@ -252,6 +257,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> @@ -539,6 +549,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> |