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

Adaptation to not being bundled with VIPSCore application

parent 78813eda
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,21 @@ ...@@ -37,6 +37,21 @@
<groupId>no.bioforsk.vips.common</groupId> <groupId>no.bioforsk.vips.common</groupId>
<artifactId>VIPSCommon</artifactId> <artifactId>VIPSCommon</artifactId>
<version>1.0-SNAPSHOT</version> <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>
</dependencies> </dependencies>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment