summaryrefslogtreecommitdiffstats
path: root/bundle-plugin/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-24 13:20:29 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-24 13:20:29 +0200
commit60ff23428ee8d742330a413b1a890f9a751698e0 (patch)
treef23404a4fbfd827f38515f84808e0f57ba6efbb8 /bundle-plugin/pom.xml
parent3d4e9930aead5c46b00a94a6ba8d9d9f3372214e (diff)
Remove cyclic dependency between vespajlib and bundle-plugin
Diffstat (limited to 'bundle-plugin/pom.xml')
-rw-r--r--bundle-plugin/pom.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/bundle-plugin/pom.xml b/bundle-plugin/pom.xml
index 60facd877ed..b881af3c551 100644
--- a/bundle-plugin/pom.xml
+++ b/bundle-plugin/pom.xml
@@ -73,9 +73,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>vespajlib</artifactId>
- <version>${project.version}</version>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>