You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/10/05 10:51:33 UTC

svn commit: r1004578 - in /tuscany/maven/org/apache/tuscany/sca: tuscany-otests-asm-tests/2.0-SNAPSHOT/tuscany-otests-asm-tests-2.0-SNAPSHOT.pom tuscany-otests-policy-tests/2.0-SNAPSHOT/tuscany-otests-policy-tests-2.0-SNAPSHOT.pom

Author: slaws
Date: Tue Oct  5 08:51:32 2010
New Revision: 1004578

URL: http://svn.apache.org/viewvc?rev=1004578&view=rev
Log:
Remove dependency on OASIS jars which are not deployed anywhere.

Modified:
    tuscany/maven/org/apache/tuscany/sca/tuscany-otests-asm-tests/2.0-SNAPSHOT/tuscany-otests-asm-tests-2.0-SNAPSHOT.pom
    tuscany/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/tuscany-otests-policy-tests-2.0-SNAPSHOT.pom

Modified: tuscany/maven/org/apache/tuscany/sca/tuscany-otests-asm-tests/2.0-SNAPSHOT/tuscany-otests-asm-tests-2.0-SNAPSHOT.pom
URL: http://svn.apache.org/viewvc/tuscany/maven/org/apache/tuscany/sca/tuscany-otests-asm-tests/2.0-SNAPSHOT/tuscany-otests-asm-tests-2.0-SNAPSHOT.pom?rev=1004578&r1=1004577&r2=1004578&view=diff
==============================================================================
--- tuscany/maven/org/apache/tuscany/sca/tuscany-otests-asm-tests/2.0-SNAPSHOT/tuscany-otests-asm-tests-2.0-SNAPSHOT.pom (original)
+++ tuscany/maven/org/apache/tuscany/sca/tuscany-otests-asm-tests/2.0-SNAPSHOT/tuscany-otests-asm-tests-2.0-SNAPSHOT.pom Tue Oct  5 08:51:32 2010
@@ -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>

Modified: tuscany/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/tuscany-otests-policy-tests-2.0-SNAPSHOT.pom
URL: http://svn.apache.org/viewvc/tuscany/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/tuscany-otests-policy-tests-2.0-SNAPSHOT.pom?rev=1004578&r1=1004577&r2=1004578&view=diff
==============================================================================
--- tuscany/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/tuscany-otests-policy-tests-2.0-SNAPSHOT.pom (original)
+++ tuscany/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/tuscany-otests-policy-tests-2.0-SNAPSHOT.pom Tue Oct  5 08:51:32 2010
@@ -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>