diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-20 14:05:57 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-20 14:05:57 +0000 |
commit | ff18222c7d1f2a8e33248723cc7cc4f420e9ffa3 (patch) | |
tree | 215a91720187250fcb9fdb3817360fb1c7965448 /java/sca/distribution/core | |
parent | 3145cfb296602c7aeb0c3730ffadf5cf64f8ae1b (diff) |
Restrict some more poms down to the minimum set needed
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719231 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/distribution/core')
-rw-r--r-- | java/sca/distribution/core/pom.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/java/sca/distribution/core/pom.xml b/java/sca/distribution/core/pom.xml index 0c40701890..7c6ae975a0 100644 --- a/java/sca/distribution/core/pom.xml +++ b/java/sca/distribution/core/pom.xml @@ -45,11 +45,11 @@ </dependency> <!-- Bindings --> - <dependency> + <!--dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-corba-runtime</artifactId> <version>2.0-SNAPSHOT</version> - </dependency> + </dependency--> <!-- Contribution model --> <dependency> @@ -131,11 +131,11 @@ </dependency> <!-- Hosts --> - <dependency> + <!--dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-corba-jse</artifactId> <version>2.0-SNAPSHOT</version> - </dependency> + </dependency--> <!-- Implementation types --> <dependency> @@ -160,11 +160,11 @@ <artifactId>tuscany-interface-java-jaxws</artifactId> <version>2.0-SNAPSHOT</version> </dependency> - <dependency> + <!--dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-interface-wsdl-xml</artifactId> <version>2.0-SNAPSHOT</version> - </dependency> + </dependency--> <!-- Node runtime --> <dependency> @@ -215,11 +215,11 @@ <artifactId>tuscany-policy-security</artifactId> <version>2.0-SNAPSHOT</version> </dependency> - <dependency> + <!--dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-policy-security-jsr250</artifactId> <version>2.0-SNAPSHOT</version> - </dependency> + </dependency--> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-policy-xml</artifactId> @@ -239,11 +239,11 @@ <artifactId>tuscany-xsd</artifactId> <version>2.0-SNAPSHOT</version> </dependency> - <dependency> + <!--dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-xsd-xml</artifactId> <version>2.0-SNAPSHOT</version> - </dependency> + </dependency--> </dependencies> <profiles> |