From 5cfd7ad2aceac7e29cffa60f24fc53a173d8f9bd Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Mon, 27 Jun 2022 14:42:06 +0200 Subject: [PATCH] Updated VIPSCommon dependency --- nb-configuration.xml | 1 + pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/nb-configuration.xml b/nb-configuration.xml index 7103095..bfec0c7 100755 --- a/nb-configuration.xml +++ b/nb-configuration.xml @@ -14,5 +14,6 @@ That way multiple projects can share the same settings (useful for formatting ru Any value defined here will override the pom.xml file value but is only applicable to the current project. --> <netbeans.hint.license>nibio_open_source_license.ftl</netbeans.hint.license> + <netbeans.hint.jdkPlatform>JDK_11</netbeans.hint.jdkPlatform> </properties> </project-shared-configuration> diff --git a/pom.xml b/pom.xml index cfa9ebe..8406111 100755 --- a/pom.xml +++ b/pom.xml @@ -6,11 +6,6 @@ <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <dependencies> - <dependency> - <groupId>no.nibio.vips.common</groupId> - <artifactId>VIPSCommon</artifactId> - <version>1.0-SNAPSHOT</version> - </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -23,6 +18,11 @@ <version>1.3</version> <scope>test</scope> </dependency> + <dependency> + <groupId>no.nibio.vips.common</groupId> + <artifactId>VIPSCommon</artifactId> + <version>2022.1</version> + </dependency> </dependencies> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> -- GitLab