Switching to gcube-jackson

This commit is contained in:
Luca Frosini 2020-07-10 18:22:20 +02:00
parent 7523806a1e
commit 84853fca7b
1 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution-bundle</artifactId> <artifactId>smartgears-distribution-bundle</artifactId>
<version>2.5.4</version> <version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>A distribution bundle for the SmartGears Framework</name> <name>A distribution bundle for the SmartGears Framework</name>
<description>A distribution bundle for the SmartGears Framework containing Tomcat and ReadMe files to install quickly Smartgears</description> <description>A distribution bundle for the SmartGears Framework containing Tomcat and ReadMe files to install quickly Smartgears</description>
@ -34,7 +34,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution</artifactId> <artifactId>smartgears-distribution</artifactId>
<version>[2.4.0, 3-0-0-SNAPSHOT)</version> <version>[3.0.0-SNAPSHOT, 4.0.0-SNAPSHOT)</version>
<type>tar.gz</type> <type>tar.gz</type>
</dependency> </dependency>
@ -42,7 +42,6 @@
<groupId>org.apache.tomcat</groupId> <groupId>org.apache.tomcat</groupId>
<artifactId>tomcat</artifactId> <artifactId>tomcat</artifactId>
<version>${tomcat.version}</version> <version>${tomcat.version}</version>
<!-- version>[7.0.0,8.0.0-RC)</version -->
<type>tar.gz</type> <type>tar.gz</type>
</dependency> </dependency>
</dependencies> </dependencies>