Author: mszefler
Date: Thu Oct 26 10:02:53 2006
New Revision: 468062
URL: http://svn.apache.org/viewvc?view=rev&rev=468062
Log:
Added bpel-schemas to the dependency list.
Modified:
incubator/ode/trunk/bpel-compiler/pom.xml
Modified: incubator/ode/trunk/bpel-compiler/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-compiler/pom.xml?view=diff&rev=468062&r1=468061&r2=468062
==============================================================================
--- incubator/ode/trunk/bpel-compiler/pom.xml (original)
+++ incubator/ode/trunk/bpel-compiler/pom.xml Thu Oct 26 10:02:53 2006
@@ -43,6 +43,11 @@
<dependency>
<groupId>org.apache.ode</groupId>
+ <artifactId>ode-bpel-schemas</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.ode</groupId>
<artifactId>ode-bpel-obj</artifactId>
</dependency>
<dependency>