summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/helloworld-bpel/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-08-18 23:01:37 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-08-18 23:01:37 +0000
commit1c5a41e1c59319dcc7f8ea2543e86fe4ebdf227c (patch)
tree6ffda5e433ad0b0ff0930e76635c4dfb1cd77f6a /java/sca/samples/helloworld-bpel/pom.xml
parentf684f8e2761b9bb3a91aedde5a7e66fc4aa3b559 (diff)
Make the 3rd party jar dependencies consistent in version to avoid conflicts
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805621 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/samples/helloworld-bpel/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/java/sca/samples/helloworld-bpel/pom.xml b/java/sca/samples/helloworld-bpel/pom.xml
index 0eb1658f85..73f310cbef 100644
--- a/java/sca/samples/helloworld-bpel/pom.xml
+++ b/java/sca/samples/helloworld-bpel/pom.xml
@@ -85,6 +85,21 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.tuscany.maven.plugins</groupId>
+ <artifactId>maven-osgi-junit-plugin</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <id>osgi-test</id>
+ <phase>test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration></configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>