summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/sca/samples/helloworld-bpel/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/sca/samples/helloworld-bpel/pom.xml b/java/sca/samples/helloworld-bpel/pom.xml
index 73f310cbef..2435bb1a5d 100644
--- a/java/sca/samples/helloworld-bpel/pom.xml
+++ b/java/sca/samples/helloworld-bpel/pom.xml
@@ -85,6 +85,7 @@
</execution>
</executions>
</plugin>
+ <!--
<plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-osgi-junit-plugin</artifactId>
@@ -99,7 +100,8 @@
<configuration></configuration>
</execution>
</executions>
- </plugin>
+ </plugin>
+ -->
</plugins>
</build>