diff --git a/Dockerfile b/Dockerfile index 1849533..9df09ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ -FROM tomcat:9.0.64-jdk8-openjdk-buster - ARG nexuspath - ARG filename - ARG version +FROM tomcat:9.0.65-jdk11-openjdk-buster + ARG filename=smartgears-distribution-4.0.0-SNAPSHOT + ARG version=4.0.0-SNAPSHOT COPY ./target/$filename.tar.gz /smartgears-distro.tar.gz WORKDIR / RUN tar zxvf /smartgears-distro.tar.gz diff --git a/pom.xml b/pom.xml index 964a79f..b26e4c6 100644 --- a/pom.xml +++ b/pom.xml @@ -7,24 +7,20 @@ org.gcube.tools 1.1.0 - org.gcube.distribution smartgears-distribution 4.0.0-SNAPSHOT pom A distribution for the SmartGears Framework - distro https://wiki.gcube-system.org/gcube/SmartGears - scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git https://code-repo.d4science.org/gCubeSystem/${project.artifactId} - @@ -36,7 +32,6 @@ - org.gcube.core @@ -87,15 +82,19 @@ org.gcube.common.core legacy-is-publisher-connector - [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) + - org.gcube.resourcemanagement - whn-manager - [3.0.0-SNAPSHOT,4.0.0-SNAPSHOT) - war + org.slf4j + slf4j-api + runtime - + + + + + + @@ -134,8 +133,6 @@ true - - @@ -157,7 +154,6 @@ -