Fixed pom
This commit is contained in:
parent
d66d293fc7
commit
81b6f84472
27
pom.xml
27
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue