You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/09/03 23:07:55 UTC

svn commit: r572423 - /incubator/tuscany/java/sca/samples/binding-echo-extension/pom.xml

Author: jsdelfino
Date: Mon Sep  3 14:07:55 2007
New Revision: 572423

URL: http://svn.apache.org/viewvc?rev=572423&view=rev
Log:
Missed this module in previous commit, causing a build break as the dependency on assembly-xml was missing.

Modified:
    incubator/tuscany/java/sca/samples/binding-echo-extension/pom.xml

Modified: incubator/tuscany/java/sca/samples/binding-echo-extension/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/binding-echo-extension/pom.xml?rev=572423&r1=572422&r2=572423&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/binding-echo-extension/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/binding-echo-extension/pom.xml Mon Sep  3 14:07:55 2007
@@ -38,7 +38,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-assembly</artifactId>
+            <artifactId>tuscany-assembly-xml</artifactId>
             <version>1.0-incubating-SNAPSHOT</version>
         </dependency>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org