diff --git a/.classpath b/.classpath index a5d9509..c67d98a 100644 --- a/.classpath +++ b/.classpath @@ -26,6 +26,7 @@ + diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs index db24ee7..671cad6 100644 --- a/.settings/org.eclipse.jdt.core.prefs +++ b/.settings/org.eclipse.jdt.core.prefs @@ -10,6 +10,6 @@ org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning org.eclipse.jdt.core.compiler.release=disabled org.eclipse.jdt.core.compiler.source=1.8 diff --git a/pom.xml b/pom.xml index 0aabd7e..61d0173 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,3 @@ - @@ -7,19 +6,27 @@ common-authorization 3.0.0-SNAPSHOT authorization service common library - maven-parent org.gcube.tools 1.1.0 - scm:git:https://code-repo.d4science.org/gCubeSystem/common-authorization.git scm:git:https://code-repo.d4science.org/gCubeSystem/common-authorization.git https://code-repo.d4science.org/gCubeSystem/common-authorization - + + + + org.gcube.distribution + gcube-bom + 3.0.0-SNAPSHOT + pom + import + + + junit @@ -35,8 +42,15 @@ org.slf4j slf4j-api - 1.7.5 + + + jakarta.xml.bind + jakarta.xml.bind-api + + + com.sun.xml.bind + jaxb-impl + runtime -