diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-08 15:05:58 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-08 15:05:58 +0000 |
commit | 1a8465d312d4c473ae0db4873710a3768d45c9a7 (patch) | |
tree | 9cebc95ca2a997c23289dbc0715d4c187dc0de17 /java/sca | |
parent | 11daca703f2e0b2f9dad4f740336fd6c638b29b4 (diff) |
Clean up the old stuff from the pom.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@773026 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r-- | java/sca/samples/helloworld-bpel/pom.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/java/sca/samples/helloworld-bpel/pom.xml b/java/sca/samples/helloworld-bpel/pom.xml index 243b266863..6a1eee7936 100644 --- a/java/sca/samples/helloworld-bpel/pom.xml +++ b/java/sca/samples/helloworld-bpel/pom.xml @@ -61,17 +61,6 @@ <finalName>${artifactId}</finalName> <plugins> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <!-- http://jira.codehaus.org/browse/SUREFIRE-322 --> - <version>2.3.1</version> - <configuration> - <useFile>false</useFile> - <trimStackTrace>false</trimStackTrace> - <useSystemClassLoader>true</useSystemClassLoader> - </configuration> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> |