diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-13 17:51:21 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-13 17:51:21 +0000 |
commit | 0861c7994fc59ee1ff1b91e5f46e867751f89122 (patch) | |
tree | cbca093f3142d1adf99fdaf04b309d9fda357601 /sca-java-2.x/trunk/samples/learning-more | |
parent | 58ebe2dd5474e0c49110cc049d228a9ac276acba (diff) |
Correct dependency for sample name change
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022217 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/learning-more')
-rw-r--r-- | sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml index 80432461e4..d2609d0883 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml @@ -39,7 +39,7 @@ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>sample-helloworld</artifactId>
+ <artifactId>helloworld-contribution</artifactId>
<version>2.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
@@ -72,7 +72,7 @@ <contributions>
<!-- add the dependee contribution that this contribution uses -->
<param>..\helloworld-recursive\target\sample-helloworld-recursive.jar</param>
- <param>..\helloworld\target\sample-helloworld.jar</param>
+ <param>..\..\..\getting-started\helloworld\target\helloworld-contribution.jar</param>
</contributions>
</configuration>
</plugin>
|