diff --git a/pom.xml b/pom.xml index 09028a3a5673e7439dca87a498f744a98d88d764..45813311eabec0525255719292524f70bdda0b17 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>