diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/spi/pom.xml | 2 |
1 files changed, 0 insertions, 2 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 73d33aa041..840d6e6efe 100644 --- a/sca-java-2.x/trunk/testing/itest/spi/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/spi/pom.xml @@ -67,13 +67,11 @@ <groupId>org.apache.ant</groupId>
<artifactId>ant-apache-regexp</artifactId>
<version>1.7.0</version>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta-regexp</groupId>
<artifactId>jakarta-regexp</artifactId>
<version>1.4</version>
- <scope>test</scope>
</dependency>
</dependencies>
</plugin>
|