summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/spi/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-03-21 08:25:37 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-03-21 08:25:37 +0000
commitd021672231ce057f18ca59db8061bc27e6adcbfe (patch)
treeb5af15afddde1c7d2ef8c1848ffa00da1927c273 /sca-java-2.x/trunk/testing/itest/spi/pom.xml
parent312b588bc15de4597b6113613db63f24a6c8734e (diff)
Fix test fail by adding back regexp dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083699 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/spi/pom.xml')
-rw-r--r--sca-java-2.x/trunk/testing/itest/spi/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/spi/pom.xml b/sca-java-2.x/trunk/testing/itest/spi/pom.xml
index ef14a8a305..adebf71441 100644
--- a/sca-java-2.x/trunk/testing/itest/spi/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/spi/pom.xml
@@ -68,6 +68,11 @@
<artifactId>ant-nodeps</artifactId>
<version>1.8.1</version>
</dependency>
+ <dependency>
+ <groupId>regexp</groupId>
+ <artifactId>regexp</artifactId>
+ <version>1.3</version>
+ </dependency>
</dependencies>
</plugin>
</plugins>