diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-06 08:05:10 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-06 08:05:10 +0000 |
commit | d07accbd8b32af4ae36369422743f2298114b38b (patch) | |
tree | b9b5b50e12dc844547da0acf352e85ddc1aeed38 /sca-java-2.x/trunk/modules/binding-rmi | |
parent | 5223388b737cd8f56fd78cbbfe42089257697e0a (diff) |
An example of using core-runtime and base-runtime. The binding-ws-runtime-axis2 pom still refers directly to wsdlgen as without this I'd have to fix the majority of the itests to refer to core and/or base. I'd like to do this but not all at once.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004922 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/binding-rmi')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-rmi/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-rmi/pom.xml b/sca-java-2.x/trunk/modules/binding-rmi/pom.xml index 205cf3ac04..5a44cb0eef 100644 --- a/sca-java-2.x/trunk/modules/binding-rmi/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-rmi/pom.xml @@ -32,8 +32,10 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-assembly</artifactId> + <artifactId>tuscany-core-runtime</artifactId> <version>2.0-SNAPSHOT</version> + <type>pom</type> + <scope>provided</scope> </dependency> </dependencies> |