From d2d175fe47b569564cd23499e61476312e015aae Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@bioforsk.no>
Date: Fri, 21 Nov 2014 11:16:04 +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 0b847bf..b8ef659 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,22 @@
             <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>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-- 
GitLab