Fixed pom

This commit is contained in:
Fabio Sinibaldi 2020-01-17 12:48:50 +01:00
parent d66d293fc7
commit 81b6f84472
1 changed files with 20 additions and 7 deletions

27
pom.xml
View File

@ -8,14 +8,11 @@
</parent>
<groupId>org.gcube.application</groupId>
<artifactId>perform-service</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>Perform Service</name>
<description>Service for Farm Perform Data Management</description>
<packaging>war</packaging>
<scm>
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/application/${project.artifactId}</url>
</scm>
<properties>
<webappDirectory>${project.basedir}/src/main/webapp/WEB-INF</webappDirectory>
@ -23,15 +20,31 @@
<!-- <jersey-version>2.13</jersey-version> -->
</properties>
<scm>
<connection>scm:git:${gitBaseUrl}/${artifactId}</connection>
<developerConnection>scm:git:${gitBaseUrl}/${artifactId}</developerConnection>
<url>${gitBaseUrl}/${artifactId}</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-smartgears-bom</artifactId>
<version>LATEST</version>
<artifactId>gcube-smartgears-bom</artifactId>
<version>1.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>1.4.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId> org.glassfish.jersey </groupId>
<artifactId>jersey-bom</artifactId>