summaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2022-11-28 09:52:58 +0100
committerGitHub <noreply@github.com>2022-11-28 09:52:58 +0100
commit174c4dd99a42c66bffd39272b59d6952f1392a05 (patch)
tree72b8aa04c76e760085592cd95f4e249a2f7775de /container-dev
parente8184a0bff1d83d62c30bd6e35a908ca40909de0 (diff)
parentfe8adae7b0eee9cfd59c404f0013945346b40548 (diff)
Merge branch 'master' into balder/move-archiving-and-commons-compress-from-vespajlib
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 13ff9de57aa..1986fe6e792 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -84,10 +84,6 @@
<version>${project.version}</version>
<exclusions>
<exclusion>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- </exclusion>
- <exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
@@ -184,14 +180,6 @@
<artifactId>icu4j</artifactId>
</exclusion>
<exclusion>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- </exclusion>
- <exclusion>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
</exclusion>
@@ -240,17 +228,6 @@
Excluded artifacts should be added explicitly to the application module to make then visible in users' test classpath. -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>document</artifactId>
- <version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
<artifactId>linguistics</artifactId>
<version>${project.version}</version>
<exclusions>