From d99a98e019e0ceb4c643d8cb23755538f364ed2d Mon Sep 17 00:00:00 2001 From: treinar <treinar@treinar-laptop> Date: Fri, 6 May 2022 10:02:27 +0200 Subject: [PATCH] Dependency update --- pom.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 09028a3..4581331 100755 --- a/pom.xml +++ b/pom.xml @@ -16,8 +16,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>11</source> + <target>11</target> </configuration> </plugin> </plugins> @@ -33,12 +33,6 @@ <version>3.8.1</version> <scope>test</scope> </dependency> - <dependency> - <groupId>no.nibio.vips.common</groupId> - <artifactId>VIPSCommon</artifactId> - <version>1.0-SNAPSHOT</version> - <scope>provided</scope> - </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> @@ -50,5 +44,10 @@ <artifactId>jackson-databind</artifactId> <version>2.4.1</version> </dependency> + <dependency> + <groupId>no.nibio.vips.common</groupId> + <artifactId>VIPSCommon</artifactId> + <version>2022.1</version> + </dependency> </dependencies> </project> -- GitLab