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

Cleaning up dependencies

parent c067b31c
No related branches found
No related tags found
No related merge requests found
...@@ -28,12 +28,24 @@ ...@@ -28,12 +28,24 @@
<artifactId>resteasy-jaxrs</artifactId> <artifactId>resteasy-jaxrs</artifactId>
<version>3.0.2.Final</version> <version>3.0.2.Final</version>
<scope>provided</scope> <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.9.12</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.12</version>
<scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<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--> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.thetransactioncompany</groupId> <groupId>com.thetransactioncompany</groupId>
...@@ -43,7 +55,8 @@ ...@@ -43,7 +55,8 @@
<dependency> <dependency>
<groupId>org.jboss.resteasy</groupId> <groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId> <artifactId>resteasy-client</artifactId>
<version>3.0.2.Final</version> <version>3.0.9.Final</version>
<scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
......
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>.
This file is part of VIPSCore.
VIPSCore is free software: you can redistribute it and/or modify
it under the terms of the Bioforsk Open Source License as published by
Bioforsk, either version 1 of the License, or (at your option) any
later version.
VIPSCore is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Bioforsk Open Source License for more details.
You should have received a copy of the Bioforsk Open Source License
along with VIPSCore. If not, see <http://www.bioforsk.no/licenses/>.
-->
<jboss-deployment-structure>
<deployment>
<dependencies>
<module name="no.bioforsk.vips.VIPSCommon" export="true"/>
<module name="org.codehaus.jackson.jackson-core-asl" />
<module name="org.codehaus.jackson.jackson-mapper-asl" />
</dependencies>
</deployment>
</jboss-deployment-structure>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment