diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-13 14:05:31 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-13 14:05:31 +0000 |
commit | de4fc8685bca646fc526b35d639ab64857e187be (patch) | |
tree | e8fc1b37a9434dee784eec876970c35ee04cfcd1 /sca-java-2.x/trunk | |
parent | a01889235b93aadf69f3cd9faafa4103823b2f15 (diff) |
Remove some redundant dependencies. Also for some strange reason I have to move to the base pom dependency to get this to work. The normal jar is ok for the others. Haven't got to the bottom of it yet,
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058568 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml index 3a53743afc..235eed88fa 100644 --- a/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml +++ b/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml @@ -40,7 +40,8 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime</artifactId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
+ <type>pom</type>
<version>2.0-SNAPSHOT</version>
</dependency>
@@ -58,25 +59,12 @@ </dependency>
<dependency>
- <groupId>org.codehaus.woodstox</groupId>
- <artifactId>wstx-asl</artifactId>
- <version>3.2.9</version>
- </dependency>
-
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.16</version>
- <scope>test</scope>
- </dependency>
-
</dependencies>
|