From 7b8dae616f92d6fb18b36168aab1cde3eeea926b Mon Sep 17 00:00:00 2001 From: slaws Date: Tue, 5 Oct 2010 09:18:40 +0000 Subject: 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 --- otest/newlayout/tuscany-policy-test-runner/pom.xml | 43 ++++++++++++++++++++++ otest/newlayout/tuscany-test-runner/pom.xml | 4 ++ 2 files changed, 47 insertions(+) (limited to 'otest') diff --git a/otest/newlayout/tuscany-policy-test-runner/pom.xml b/otest/newlayout/tuscany-policy-test-runner/pom.xml index c62f7d58e0..3a8f7eec46 100644 --- a/otest/newlayout/tuscany-policy-test-runner/pom.xml +++ b/otest/newlayout/tuscany-policy-test-runner/pom.xml @@ -82,11 +82,15 @@ 2.0-SNAPSHOT + javax.servlet @@ -251,6 +255,45 @@ + + org.apache.maven.plugins + maven-dependency-plugin + + + copy + compile + + copy + + + + + org.oasis-open.sca.assembly + General_Java + 1.0 + jar + ${project.build.directory}/oasis-contributions + + + org.oasis-open.sca.policy + Policy_General + 1.0 + zip + ${project.build.directory}/oasis-contributions + + + org.oasis-open.sca.policy + Policy_General_Java + 1.0 + jar + ${project.build.directory}/oasis-contributions + + + true + + + + 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 @@ 2.0-SNAPSHOT + javax.servlet -- cgit v1.2.3