summaryrefslogtreecommitdiffstats
path: root/java/sca/otest/current/tests/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/otest/current/tests/pom.xml')
-rw-r--r--java/sca/otest/current/tests/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/java/sca/otest/current/tests/pom.xml b/java/sca/otest/current/tests/pom.xml
index 50899c936f..a120677e92 100644
--- a/java/sca/otest/current/tests/pom.xml
+++ b/java/sca/otest/current/tests/pom.xml
@@ -52,6 +52,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-otests-asm-General</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-otests-asm-General_Java</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
@@ -66,6 +72,6 @@
</dependencies>
<build>
- <testSourceDirectory>../src/test/java</testSourceDirectory>
+ <finalName>${artifactId}</finalName>
</build>
</project>