summaryrefslogtreecommitdiffstats
path: root/otest/newlayout/tuscany-test-runner/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-05 09:18:40 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-05 09:18:40 +0000
commit7b8dae616f92d6fb18b36168aab1cde3eeea926b (patch)
tree2ddb55cb29aeb78cede3c435edc42deff163a1ef /otest/newlayout/tuscany-test-runner/pom.xml
parent8a305820f68043da4f8c4637752dabfc7e0b5497 (diff)
Disable dependency on org.oasis-open.sca as these artifacts are not published in maven so cause the main compliance test build to fail
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004583 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--otest/newlayout/tuscany-test-runner/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/otest/newlayout/tuscany-test-runner/pom.xml b/otest/newlayout/tuscany-test-runner/pom.xml
index 5bbae04bc2..6ea139235c 100644
--- a/otest/newlayout/tuscany-test-runner/pom.xml
+++ b/otest/newlayout/tuscany-test-runner/pom.xml
@@ -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>