diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-02 15:11:04 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-02 15:11:04 +0000 |
commit | 3854f8a91a661c02ca452b6b226238f59e15589d (patch) | |
tree | 7c5a68747fa4e7e9ce37a9d2e789db8a33d01793 /java/sca/itest | |
parent | 65d414f687efcd4b8eafb01b2fe041fa2af46cd2 (diff) |
Fixing up bpel runtime dependency name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790618 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest')
-rw-r--r-- | java/sca/itest/bpel/helloworld/pom.xml | 44 |
1 files changed, 1 insertions, 43 deletions
diff --git a/java/sca/itest/bpel/helloworld/pom.xml b/java/sca/itest/bpel/helloworld/pom.xml index f92d2e9184..f8c456bc4d 100644 --- a/java/sca/itest/bpel/helloworld/pom.xml +++ b/java/sca/itest/bpel/helloworld/pom.xml @@ -48,7 +48,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-implementation-bpel-ode</artifactId> + <artifactId>tuscany-implementation-bpel-runtime</artifactId> <version>2.0-SNAPSHOT</version> <scope>runtime</scope> </dependency> @@ -106,48 +106,6 @@ </execution> </executions> </plugin> - <!-- plugin> - <groupId>org.apache.tuscany.sdo</groupId> - <artifactId>tuscany-sdo-plugin</artifactId> - <version>1.1.1</version> - <executions> - <execution> - <id>generate-bpel-helloworld</id> - <phase>generate-sources</phase> - <configuration> - <schemaFile>${basedir}/src/test/resources/helloworld/helloworld.wsdl</schemaFile> - <targetDirectory>${basedir}/target/wsdl2java-source</targetDirectory> - <prefix>HelloWorld</prefix> - <noNotification>true</noNotification> - <noContainer>true</noContainer> - <noUnsettable>true</noUnsettable> - </configuration> - <goals> - <goal>generate</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-maven-wsdl2java - </artifactId> - <version>1.6-SNAPSHOT</version> - <executions> - <execution> - <configuration> - <wsdlFiles> - <wsdlFile> - <fileName>${basedir}/src/test/resources/helloworld/helloworld.wsdl</fileName> - </wsdlFile> - </wsdlFiles> - </configuration> - <goals> - <goal>generate</goal> - </goals> - </execution> - </executions> - </plugin --> <plugin> <groupId>org.apache.maven.plugins</groupId> |