summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/compliance-tests/java-ci
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-13 12:51:45 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-13 12:51:45 +0000
commit4a7bf107f2a261f855fe71307652a8959b485758 (patch)
treea79dd36319b7e003cf0f43db0afbaa322588be11 /sca-java-2.x/trunk/testing/compliance-tests/java-ci
parent1854405387bfa2009e50c2e65a5d17d7b10dc9a1 (diff)
Add -pom identifier to base-runtime so that its more obvious that you need to have <type>pom</type> in the dependency definition
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022083 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/compliance-tests/java-ci')
-rw-r--r--sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
index 238a6b1e19..493d27d060 100644
--- a/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
+++ b/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
<version>2.0-SNAPSHOT</version>
<type>pom</type>
</dependency>