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

Updated dependencies

parent 3c8d5cf0
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
<groupId>no.nibio.vips.common</groupId> <groupId>no.nibio.vips.common</groupId>
<artifactId>VIPSCommon</artifactId> <artifactId>VIPSCommon</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.thetransactioncompany</groupId> <groupId>com.thetransactioncompany</groupId>
...@@ -62,8 +61,8 @@ ...@@ -62,8 +61,8 @@
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version> <version>2.0.2</version>
<configuration> <configuration>
<source>1.7</source> <source>1.8</source>
<target>1.7</target> <target>1.8</target>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
......
...@@ -19,8 +19,7 @@ along with VIPSCore. If not, see <http://www.nibio.no/licenses/>. ...@@ -19,8 +19,7 @@ along with VIPSCore. If not, see <http://www.nibio.no/licenses/>.
--> -->
<jboss-deployment-structure> <jboss-deployment-structure>
<deployment> <deployment>
<dependencies> <dependencies>
<module name="no.nibio.vips.VIPSCommon" export="true"/>
<module name="com.fasterxml.jackson.core.jackson-core" /> <module name="com.fasterxml.jackson.core.jackson-core" />
<module name="com.fasterxml.jackson.core.jackson-databind" /> <module name="com.fasterxml.jackson.core.jackson-databind" />
</dependencies> </dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment