<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>no.nibio.vips</groupId> <artifactId>vips-parent-pom</artifactId> <version>1.1.0</version> </parent> <groupId>no.nibio.vips.model</groupId> <artifactId>SeptoriaApiicolaModel</artifactId> <version>1.1.10</version> <packaging>jar</packaging> <repositories> <repository> <id>gitlab-maven</id> <url>https://gitlab.nibio.no/api/v4/projects/401/packages/maven</url> </repository> </repositories> <dependencies> <dependency> <groupId>no.nibio.vips</groupId> <artifactId>VIPSCommon</artifactId> <version>3.0.1</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <version>3.0</version> <scope>test</scope> </dependency> </dependencies> <properties> <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> </properties> </project>