Author: gnodet
Date: Fri Mar 23 08:20:32 2007
New Revision: 521760

URL: http://svn.apache.org/viewvc?view=rev&rev=521760
Log:
Add missing dependency

Modified:
    incubator/ode/trunk/utils/pom.xml

Modified: incubator/ode/trunk/utils/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/utils/pom.xml?view=diff&rev=521760&r1=521759&r2=521760
==============================================================================
--- incubator/ode/trunk/utils/pom.xml (original)
+++ incubator/ode/trunk/utils/pom.xml Fri Mar 23 08:20:32 2007
@@ -67,6 +67,11 @@
             <groupId>xerces</groupId>
             <artifactId>xercesImpl</artifactId>
         </dependency>
-        
+
+        <dependency>
+            <groupId>stax</groupId>
+            <artifactId>stax-api</artifactId>
+        </dependency>
+
     </dependencies>
 </project>


Reply via email to