From e1f9568836d4101bdbc1389f8845283ec8bf5417 Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Fri, 6 Oct 2023 15:32:14 +0100 Subject: [PATCH] minor changes 1.8 --- pom.xml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 4fc3d28..44654ed 100644 --- a/pom.xml +++ b/pom.xml @@ -9,12 +9,6 @@ http://github.com/PRIDE-Utilities/ols-client Open-source java library to handle requests to the OLS RESTful web service. - - uk.ac.ebi.pride.architectural - pride-core - 1.0.3-SNAPSHOT - - Yasset Perez-Riverol @@ -143,6 +137,17 @@ true + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + 1.8 + 1.8 + true + -Xlint:unchecked + +