summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-10-01 13:05:14 +0200
committerGitHub <noreply@github.com>2021-10-01 13:05:14 +0200
commit249c68820cb078bca0765aa516a04e4c82e60703 (patch)
tree971e2efb4f8428dfed6cacb008cec8fba817717d /config
parent2f74bf462fa321d9612fb6bdd144c0f77a0b09f8 (diff)
parent7963cb974fdc63ae529b0c0895ea4ccc339b6a53 (diff)
Merge pull request #19383 from vespa-engine/merge-http-utils-into-vespajlib
Merge http utils into vespajlib [run-systemtest]
Diffstat (limited to 'config')
-rwxr-xr-xconfig/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/pom.xml b/config/pom.xml
index 8355587c10b..c3ecc90ad02 100755
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -63,12 +63,6 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>http-utils</artifactId>
- <version>${project.version}</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>