summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/webapp/pom.xml
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/webapp/pom.xml
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/webapp/pom.xml5
1 files changed, 5 insertions, 0 deletions
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>