Author: edwardsmj
Date: Fri May  9 11:37:44 2008
New Revision: 654905

URL: http://svn.apache.org/viewvc?rev=654905&view=rev
Log:
Hacked the SDOGen POM to fix build failures caused by inability to find 
dependencies for Velocity, used in the testcases

Modified:
    incubator/tuscany/java/sca/itest/databindings/sdogen/pom.xml

Modified: incubator/tuscany/java/sca/itest/databindings/sdogen/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/databindings/sdogen/pom.xml?rev=654905&r1=654904&r2=654905&view=diff
==============================================================================
--- incubator/tuscany/java/sca/itest/databindings/sdogen/pom.xml (original)
+++ incubator/tuscany/java/sca/itest/databindings/sdogen/pom.xml Fri May  9 
11:37:44 2008
@@ -122,6 +122,19 @@
             <version>2.5</version>
             <scope>test</scope>
         </dependency>
+         <!-- Added by Mike Edwards    -->
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.1</version>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.12</version>
+      <scope>provided</scope>
+    </dependency>
+        <!-- End of addition   -->
     </dependencies>
 
     <build>


Reply via email to