Author: mszefler
Date: Thu Oct 26 10:26:56 2006
New Revision: 468074
URL: http://svn.apache.org/viewvc?view=rev&rev=468074
Log:
Added xpath deps for test scope
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=468074&r1=468073&r2=468074
==============================================================================
--- incubator/ode/trunk/bpel-compiler/pom.xml (original)
+++ incubator/ode/trunk/bpel-compiler/pom.xml Thu Oct 26 10:26:56 2006
@@ -48,6 +48,17 @@
<dependency>
<groupId>org.apache.ode</groupId>
+ <artifactId>ode-bpel-el-xpath10</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode-bpel-el-xpath20</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.ode</groupId>
<artifactId>ode-bpel-obj</artifactId>
</dependency>
<dependency>