diff --git a/pom.xml b/pom.xml index 4b6b1e6678a87da7850c862557ae5f13b8ca6dc1..3be1e6dacace2533ab5cf717a3570e9b93a9a43b 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 c843e458f09c2a49fa58a8584f892f602cbc669c..11baf8dbd89bffdd89da35ba783651b91fa6e31e 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>