summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-24 11:08:14 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-24 11:08:14 +0200
commit1dd26e96fa9b905832751564ef5613ea0959d6e7 (patch)
treea9d629b3771d950deffb4605a1f53c99e5416b8b /container-search/pom.xml
parent2c6d59c311f2d32ed37f7d6c1ba75c1049fedf03 (diff)
Cleanup pom.xml
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>