summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-10-17 23:05:06 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-10-17 23:05:06 +0000
commit9e80ea9a28fcf591c90da4122922ed9ce251c0eb (patch)
tree881456c56da281d2e7aa38d35638aadedc0fce96 /java/sca/distribution
parent090753c7ec03f8d006743e1e5c0fc687882ea26b (diff)
Splitting RMI binding into rmi/rmi-runtime to follow other extension pattern
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705772 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/distribution/bundle/pom.xml5
-rw-r--r--java/sca/distribution/manifest/pom.xml5
-rw-r--r--java/sca/distribution/webapp/pom.xml5
3 files changed, 15 insertions, 0 deletions
diff --git a/java/sca/distribution/bundle/pom.xml b/java/sca/distribution/bundle/pom.xml
index 627ac4196d..cd9c147204 100644
--- a/java/sca/distribution/bundle/pom.xml
+++ b/java/sca/distribution/bundle/pom.xml
@@ -94,6 +94,11 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-binding-rmi-runtime</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-binding-rss</artifactId>
<version>${pom.version}</version>
</dependency>
diff --git a/java/sca/distribution/manifest/pom.xml b/java/sca/distribution/manifest/pom.xml
index 9e56624f72..95fef9ca10 100644
--- a/java/sca/distribution/manifest/pom.xml
+++ b/java/sca/distribution/manifest/pom.xml
@@ -217,6 +217,11 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-binding-rmi-runtime</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-binding-sca</artifactId>
<version>${pom.version}</version>
</dependency>
diff --git a/java/sca/distribution/webapp/pom.xml b/java/sca/distribution/webapp/pom.xml
index 695eba74c8..b78b81fc84 100644
--- a/java/sca/distribution/webapp/pom.xml
+++ b/java/sca/distribution/webapp/pom.xml
@@ -78,6 +78,11 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-binding-rmi-runtime</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-binding-sca</artifactId>
<version>${pom.version}</version>
</dependency>