diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-03 21:25:57 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-03 21:25:57 +0000 |
commit | 14308267143696ba02877f8ef9f50e27b2ba5efd (patch) | |
tree | e4f410177cff306515f8dc4ae3a3eec3f2ec96b1 /branches | |
parent | 1052427cf31e5438bcdc8529bb00d2974126c8b4 (diff) |
Remove modules not included in 1.3 release from osgi installer
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673819 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r-- | branches/sca-java-1.3/itest/osgi-tuscany/tuscany-osgi-installer/pom.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/branches/sca-java-1.3/itest/osgi-tuscany/tuscany-osgi-installer/pom.xml b/branches/sca-java-1.3/itest/osgi-tuscany/tuscany-osgi-installer/pom.xml index 2d2c67f769..063a8821f7 100644 --- a/branches/sca-java-1.3/itest/osgi-tuscany/tuscany-osgi-installer/pom.xml +++ b/branches/sca-java-1.3/itest/osgi-tuscany/tuscany-osgi-installer/pom.xml @@ -72,11 +72,6 @@ --> <dependency> <groupId>${pom.groupId}</groupId> - <artifactId>tuscany-binding-feed</artifactId> - <version>${pom.version}</version> - </dependency> - <dependency> - <groupId>${pom.groupId}</groupId> <artifactId>tuscany-binding-rss</artifactId> <version>${pom.version}</version> </dependency> @@ -332,11 +327,6 @@ </dependency> <dependency> <groupId>${pom.groupId}</groupId> - <artifactId>tuscany-databinding-xstream</artifactId> - <version>${pom.version}</version> - </dependency> - <dependency> - <groupId>${pom.groupId}</groupId> <artifactId>tuscany-host-embedded</artifactId> <version>${pom.version}</version> </dependency> @@ -400,11 +390,6 @@ --> <dependency> <groupId>${pom.groupId}</groupId> - <artifactId>tuscany-implementation-das</artifactId> - <version>${pom.version}</version> - </dependency> - <dependency> - <groupId>${pom.groupId}</groupId> <artifactId>tuscany-implementation-ejb</artifactId> <version>${pom.version}</version> </dependency> |