aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-fat
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-06-26 12:36:29 +0200
committergjoranv <gv@oath.com>2018-06-26 12:36:29 +0200
commit1f35b2069b8c5fb36544e2aff3c62dd2184f0ded (patch)
tree0ddea581815558baf929d2712b6cf510f007ac3e /config-model-fat
parent49a532f515d9ce217def27443b5bb9faa6410124 (diff)
Remove unnecessary dependencies.
- Test deps. - Old guava version. - Explicit 'annotations' dep.
Diffstat (limited to 'config-model-fat')
-rw-r--r--config-model-fat/pom.xml55
1 files changed, 0 insertions, 55 deletions
diff --git a/config-model-fat/pom.xml b/config-model-fat/pom.xml
index 649d8a37bf6..0231f59ce82 100644
--- a/config-model-fat/pom.xml
+++ b/config-model-fat/pom.xml
@@ -20,20 +20,6 @@
</dependency>
<dependency>
- <!-- TODO: remove, we probably don't need version 13. -->
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>13.0.1</version>
- </dependency>
- <dependency>
- <!-- TODO: can probably be removed. Added to get the same set of embedded deps with maven-bundle-plugin 3.5 as with 2.4. -->
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>annotations</artifactId>
- <version>${project.version}</version>
- </dependency>
-
-
- <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>config-model-api</artifactId>
<version>${project.version}</version>
@@ -51,47 +37,6 @@
</exclusion>
</exclusions>
</dependency>
-
- <!-- TODO: remove all test deps, should not be needed -->
- <dependency>
- <groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-all</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava-testlib</artifactId>
- <version>17.0</version>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>jrt</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>config-lib</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>testutil</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <!-- OPTIMIZATION: very large (44 MB) and only used for query sorting -->
- <groupId>com.ibm.icu</groupId>
- <artifactId>icu4j</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
</dependencies>
<build>