From d4911e23336da1ae4744172ee5969f5c3a6f60bf Mon Sep 17 00:00:00 2001 From: Julian Psotta Date: Thu, 25 Jul 2024 09:27:42 +0200 Subject: [PATCH] fix: Replace java compile target with the default defined version Currently, the hmm-lib module is still build in compatibility mode. Let's fix this. Even core has one defined. We can just use the one from the parent. --- core/pom.xml | 8 -------- hmm-lib/pom.xml | 13 ------------- 2 files changed, 21 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index a32e3d1b623..c6ece5cff94 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -182,14 +182,6 @@ false - - org.apache.maven.plugins - maven-compiler-plugin - - 17 - 17 - - diff --git a/hmm-lib/pom.xml b/hmm-lib/pom.xml index 70d9f09a790..3cfe774915c 100644 --- a/hmm-lib/pom.xml +++ b/hmm-lib/pom.xml @@ -57,17 +57,4 @@ UTF-8 UTF-8 - - - - - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - -