From e0b1c4df6f9fce1e641dc70d5cc5b210311c4075 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Sun, 26 Jan 2025 13:54:21 +0100 Subject: [PATCH] Fixed test Signed-off-by: Martin Weise <martin.weise@tuwien.ac.at> --- dbrepo-data-service/rest-service/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dbrepo-data-service/rest-service/pom.xml b/dbrepo-data-service/rest-service/pom.xml index d727bcefd6..721cf1a254 100644 --- a/dbrepo-data-service/rest-service/pom.xml +++ b/dbrepo-data-service/rest-service/pom.xml @@ -38,6 +38,14 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>9</source> + <target>9</target> + </configuration> + </plugin> </plugins> </build> -- GitLab