From 58fcab772a0b7f61b1c2ce59de8af1c12fb7c6b9 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@bioforsk.no> Date: Fri, 21 Nov 2014 11:13:51 +0100 Subject: [PATCH] Adaptation to not being bundled with VIPSCore application --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index b7aa5b0..f3898c7 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,7 @@ <groupId>no.bioforsk.vips.common</groupId> <artifactId>VIPSCommon</artifactId> <version>1.0-SNAPSHOT</version> + <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> @@ -17,6 +18,13 @@ <version>4.10</version> <scope>test</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> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> -- GitLab