Skip to content
Snippets Groups Projects
Commit 58fcab77 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Adaptation to not being bundled with VIPSCore application

parent 143ee4d8
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment