Author: sagara
Date: Sat Oct 26 11:04:53 2013
New Revision: 1535964

URL: http://svn.apache.org/r1535964
Log:
Fixing a build an issue - test module still refereed to old impl module

Modified:
    webservices/woden/trunk/java/woden-tests/pom.xml

Modified: webservices/woden/trunk/java/woden-tests/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-tests/pom.xml?rev=1535964&r1=1535963&r2=1535964&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-tests/pom.xml (original)
+++ webservices/woden/trunk/java/woden-tests/pom.xml Sat Oct 26 11:04:53 2013
@@ -59,7 +59,7 @@
    <dependencies>
      <dependency>
        <groupId>org.apache.woden</groupId>
-       <artifactId>woden-impl-dom</artifactId>
+       <artifactId>woden-core</artifactId>
        <version>${project.version}</version>
      </dependency>  
         <dependency>


Reply via email to