Fixing pom
This commit is contained in:
parent
f099a468e9
commit
3e4f29743c
16
pom.xml
16
pom.xml
|
@ -40,11 +40,8 @@
|
|||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<webappDirectory>
|
||||
${project.basedir}${file.separator}src${file.separator}main${file.separator}webapp${file.separator}WEB-INF
|
||||
</webappDirectory>
|
||||
<enunciate.version>2.17.1</enunciate.version>
|
||||
<docker.smartgear.version>4.0.1-SNAPSHOT</docker.smartgear.version>
|
||||
<docker.smartgear.version>4.0.0-SNAPSHOT</docker.smartgear.version>
|
||||
</properties>
|
||||
|
||||
<scm>
|
||||
|
@ -58,7 +55,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-smartgears-bom</artifactId>
|
||||
<version>3.0.1-SNAPSHOT</version>
|
||||
<version>4.0.0-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
@ -128,15 +125,6 @@
|
|||
</dependency>
|
||||
-->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>gxHTTP</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>keycloak-client</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
<artifactId>common-smartgears</artifactId>
|
||||
|
|
Loading…
Reference in New Issue