From 63bf7b96cd076426c89a1f4f428e83bee119b2c3 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@bioforsk.no>
Date: Fri, 2 Dec 2016 17:02:32 -0800
Subject: [PATCH] Updated dependencies

---
 pom.xml                                                | 5 ++---
 src/main/webapp/WEB-INF/jboss-deployment-structure.xml | 3 +--
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4b6b1e6..3be1e6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,6 @@
       <groupId>no.nibio.vips.common</groupId>
       <artifactId>VIPSCommon</artifactId>
       <version>1.0-SNAPSHOT</version>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>com.thetransactioncompany</groupId>
@@ -62,8 +61,8 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>2.0.2</version>
         <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
+          <source>1.8</source>
+          <target>1.8</target>
         </configuration>
       </plugin>
       <plugin>
diff --git a/src/main/webapp/WEB-INF/jboss-deployment-structure.xml b/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
index c843e45..11baf8d 100644
--- a/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
+++ b/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
@@ -19,8 +19,7 @@ along with VIPSCore.  If not, see <http://www.nibio.no/licenses/>.
 -->
 <jboss-deployment-structure>  
   <deployment>  
-    <dependencies>  
-      <module name="no.nibio.vips.VIPSCommon" export="true"/>  
+    <dependencies>   
       <module name="com.fasterxml.jackson.core.jackson-core" />
       <module name="com.fasterxml.jackson.core.jackson-databind" />
     </dependencies>  
-- 
GitLab