summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-search/pom.xml')
-rw-r--r--container-search/pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index b4b87131025..837629c44b9 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -55,15 +55,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <!-- JMockit must be placed before junit in the test classpath. The test classpath order depends on the ordering
- of the dependencies in the pom file. See http://jmockit.googlecode.com/svn/trunk/www/tutorial/RunningTests.html.
- -->
- <groupId>com.googlecode.jmockit</groupId>
- <artifactId>jmockit</artifactId>
- <version>0.999.16</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<scope>provided</scope>
@@ -83,17 +74,14 @@
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.5</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
- <version>2.11.0</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
@@ -128,7 +116,6 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.4</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
@@ -137,7 +124,6 @@
<dependency>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
- <version>1.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>