From 1da6f35a6d30c4b343220dcbc9e2ee9618097cfd Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@bioforsk.no> Date: Fri, 21 Nov 2014 11:14:46 +0100 Subject: [PATCH] Adaptation to not being bundled with VIPSCore application --- pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6471283..f314a05 100644 --- a/pom.xml +++ b/pom.xml @@ -37,12 +37,21 @@ <groupId>no.bioforsk.vips.common</groupId> <artifactId>VIPSCommon</artifactId> <version>1.0-SNAPSHOT</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.codehaus.jackson</groupId> + <artifactId>jackson-core-asl</artifactId> + <version>1.9.12</version> + <type>jar</type> + <scope>provided</scope> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> - <version>1.6.3</version> + <version>1.9.12</version> <type>jar</type> + <scope>provided</scope> </dependency> </dependencies> </project> -- GitLab