diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-12 22:35:22 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-12 22:35:22 +0000 |
commit | e523f7678b6fb0eb395ea96a0ea15c6641a63ba1 (patch) | |
tree | 4bf310b3a726d7ed172abef9cadb967bf507c371 | |
parent | 2df4afe6c40136c4d4728d7b363634aa9a3b09c9 (diff) |
Adjusting pom with recent module name refactoring/changes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774119 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | branches/sca-java-1.x/itest/http-jsonrpc/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/itest/http-jsonrpc/pom.xml b/branches/sca-java-1.x/itest/http-jsonrpc/pom.xml index cf9b6a4b57..6fbf01d8a8 100644 --- a/branches/sca-java-1.x/itest/http-jsonrpc/pom.xml +++ b/branches/sca-java-1.x/itest/http-jsonrpc/pom.xml @@ -65,13 +65,13 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-binding-http-new-runtime</artifactId> + <artifactId>tuscany-binding-http-runtime</artifactId> <version>1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-binding-http-new-jsonrpc-runtime</artifactId> + <artifactId>tuscany-binding-http-jsonrpc-runtime</artifactId> <version>1.6-SNAPSHOT</version> </dependency> |