diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-05 08:51:32 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-05 08:51:32 +0000 |
commit | 9144f9cc90fca4eefe35b8217275efbdb8092f88 (patch) | |
tree | 15fe4606435b76891a18bde9e0cbf491cdc3d834 | |
parent | 0c4238e2fc72a306105908e9d5bca8d4a5ace8fa (diff) |
Remove dependency on OASIS jars which are not deployed anywhere.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004578 13f79535-47bb-0310-9956-ffa450edef68
2 files changed, 8 insertions, 0 deletions
diff --git a/maven/org/apache/tuscany/sca/tuscany-otests-asm-tests/2.0-SNAPSHOT/tuscany-otests-asm-tests-2.0-SNAPSHOT.pom b/maven/org/apache/tuscany/sca/tuscany-otests-asm-tests/2.0-SNAPSHOT/tuscany-otests-asm-tests-2.0-SNAPSHOT.pom index a6993ee097..11673365a5 100644 --- a/maven/org/apache/tuscany/sca/tuscany-otests-asm-tests/2.0-SNAPSHOT/tuscany-otests-asm-tests-2.0-SNAPSHOT.pom +++ b/maven/org/apache/tuscany/sca/tuscany-otests-asm-tests/2.0-SNAPSHOT/tuscany-otests-asm-tests-2.0-SNAPSHOT.pom @@ -76,11 +76,15 @@ <version>2.0-SNAPSHOT</version>
</dependency>
+<!-- This dependency causes a problem on systems that haven't compiled the
+ OASIS contributions independently and hence haven't dded them to their
+ Local repo.
<dependency>
<groupId>org.oasis-open.sca.assembly</groupId>
<artifactId>General_Java</artifactId>
<version>1.0</version>
</dependency>
+-->
<dependency>
<groupId>javax.servlet</groupId>
diff --git a/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/tuscany-otests-policy-tests-2.0-SNAPSHOT.pom b/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/tuscany-otests-policy-tests-2.0-SNAPSHOT.pom index fad2c0c50b..c710165264 100644 --- a/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/tuscany-otests-policy-tests-2.0-SNAPSHOT.pom +++ b/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/tuscany-otests-policy-tests-2.0-SNAPSHOT.pom @@ -82,11 +82,15 @@ <version>2.0-SNAPSHOT</version>
</dependency>
+<!-- This dependency causes a problem on systems that haven't compiled the
+ OASIS contributions independently and hence haven't dded them to their
+ Local repo.
<dependency>
<groupId>org.oasis-open.sca.assembly</groupId>
<artifactId>General_Java</artifactId>
<version>1.0</version>
</dependency>
+-->
<dependency>
<groupId>javax.servlet</groupId>
|