From a94f354738bc556a76e07f7016aebbef9ebfd59d Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@bioforsk.no> Date: Fri, 21 Nov 2014 09:14:35 +0100 Subject: [PATCH] Adaptation to not being bundled with VIPSCore application --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 34c54a3..a27fe7f 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +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.9.12</version> + <type>jar</type> + <scope>provided</scope> </dependency> </dependencies> </project> -- GitLab