diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-27 14:11:44 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-27 14:11:44 +0000 |
commit | 2702c4fbc7bcdf8f782091b555c1d8e0f08c2a78 (patch) | |
tree | 289e4431ab06f71da829a3fca4d1d5ffcdb52051 | |
parent | c4b144bfbdadcc8dd30cdcbc30bdb06ab946fd43 (diff) |
Update to have both OSGi and non-OSGi based runtime bridges as the non-OSGi is easier to work with. You can update the properties file to switch between which is used
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798143 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/otest/current/tests/pom.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/java/sca/otest/current/tests/pom.xml b/java/sca/otest/current/tests/pom.xml index 9d6448de39..c9059512fc 100644 --- a/java/sca/otest/current/tests/pom.xml +++ b/java/sca/otest/current/tests/pom.xml @@ -31,22 +31,19 @@ <dependencies> <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-feature-api</artifactId> - <type>pom</type> + <artifactId>tuscany-node-impl</artifactId> <version>2.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-feature-core</artifactId> - <type>pom</type> + <artifactId>tuscany-node-impl-osgi</artifactId> <version>2.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-feature-webservice</artifactId> - <type>pom</type> + <artifactId>tuscany-binding-ws-axis2</artifactId> <version>2.0-SNAPSHOT</version> </dependency> |