ref #18694: SPD - Support the transition to the new OBIS plugin

https://support.d4science.org/issues/#18694

Updated to Git and Jenkins
master
Giancarlo Panichi 4 years ago
parent 1ed332518a
commit 0f71caf244

@ -14,6 +14,11 @@
<packaging>war</packaging>
<name>species product discovery</name>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
</scm>
<dependencyManagement>
<dependencies>
@ -44,7 +49,7 @@
</properties>
<dependencies>
<dependency>
<groupId>org.gcube.core</groupId>
<artifactId>common-smartgears</artifactId>
@ -66,7 +71,7 @@
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.websocket</groupId>
<artifactId>javax.websocket-api</artifactId>
@ -153,7 +158,7 @@
<artifactId>spd-plugin-framework</artifactId>
<version>[3.1.0,4.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.data.spd</groupId>
<artifactId>spd-model</artifactId>
@ -208,7 +213,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>

Loading…
Cancel
Save