2017-03-03 19:10:02 +01:00
|
|
|
<project xmlns="http:***REMOVED***maven.apache.org/POM/4.0.0" xmlns:xsi="http:***REMOVED***www.w3.org/2001/XMLSchema-instance"
|
2017-07-05 17:50:42 +02:00
|
|
|
xsi:schemaLocation="http:***REMOVED***maven.apache.org/POM/4.0.0 http:***REMOVED***maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<artifactId>maven-parent</artifactId>
|
|
|
|
<groupId>org.gcube.tools</groupId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<relativePath />
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<groupId>org.gcube.dataAnalysis</groupId>
|
|
|
|
<artifactId>dataminer-pool-manager</artifactId>
|
|
|
|
<packaging>war</packaging>
|
2017-08-29 17:43:31 +02:00
|
|
|
<version>2.0.0-SNAPSHOT</version>
|
2017-07-05 17:50:42 +02:00
|
|
|
|
|
|
|
<name>dataminer-pool-manager</name>
|
|
|
|
<description>
|
2017-05-17 18:16:25 +02:00
|
|
|
</description>
|
|
|
|
|
2017-07-05 17:50:42 +02:00
|
|
|
<properties>
|
|
|
|
<distroDirectory>distro</distroDirectory>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<version.swagger>1.5.13</version.swagger>
|
|
|
|
<version.jersey>2.25.1</version.jersey>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-smartgears</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2017-07-27 15:57:53 +02:00
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
2017-07-24 16:50:38 +02:00
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-smartgears-app</artifactId>
|
2017-07-27 15:03:22 +02:00
|
|
|
<version>[1.0.0-SNAPSHOT,2.0.2)</version>
|
2017-07-24 16:50:38 +02:00
|
|
|
</dependency>
|
2017-07-05 17:50:42 +02:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.resources.discovery</groupId>
|
|
|
|
<artifactId>ic-client</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
2017-07-27 15:57:53 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
<version>4.3.4</version>
|
|
|
|
</dependency>
|
2017-07-05 17:50:42 +02:00
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<version>[2.5.0,2.6.0)</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.antlr</groupId>
|
|
|
|
<artifactId>stringtemplate</artifactId>
|
|
|
|
<version>[4.0.0, 4.1.0)</version>
|
|
|
|
</dependency>
|
2017-09-07 18:46:26 +02:00
|
|
|
<!-- <dependency>
|
2017-07-05 17:50:42 +02:00
|
|
|
<groupId>org.gcube.dataanalysis</groupId>
|
|
|
|
<artifactId>ecological-engine-smart-executor</artifactId>
|
2017-07-27 15:32:36 +02:00
|
|
|
<version>[1.4.0-SNAPSHOT, 1.6.0-SNAPSHOT]</version>
|
2017-09-07 18:46:26 +02:00
|
|
|
</dependency> -->
|
2017-07-05 17:50:42 +02:00
|
|
|
|
|
|
|
|
2017-07-27 15:57:53 +02:00
|
|
|
<dependency>
|
2017-07-27 15:32:36 +02:00
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-07-27 15:57:53 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.json</groupId>
|
|
|
|
<artifactId>json</artifactId>
|
|
|
|
<version>20090211</version>
|
|
|
|
</dependency>
|
2017-07-05 17:50:42 +02:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.tmatesoft.svnkit</groupId>
|
|
|
|
<artifactId>svnkit</artifactId>
|
|
|
|
<version>1.8.5</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-configuration</groupId>
|
|
|
|
<artifactId>commons-configuration</artifactId>
|
|
|
|
<version>1.10</version>
|
|
|
|
</dependency>
|
2017-07-27 15:57:53 +02:00
|
|
|
<!-- https:***REMOVED***mvnrepository.com/artifact/com.jcraft/jsch -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.jcraft</groupId>
|
|
|
|
<artifactId>jsch</artifactId>
|
|
|
|
<version>0.1.53</version>
|
|
|
|
</dependency>
|
2017-07-17 23:52:54 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-07-05 17:50:42 +02:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.sf.opencsv</groupId>
|
|
|
|
<artifactId>opencsv</artifactId>
|
|
|
|
<version>2.3</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.yaml</groupId>
|
|
|
|
<artifactId>snakeyaml</artifactId>
|
|
|
|
<version>1.16</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish.jersey.media</groupId>
|
|
|
|
<artifactId>jersey-media-json-jackson</artifactId>
|
|
|
|
<version>${version.jersey***REMOVED***</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish.jersey.core</groupId>
|
|
|
|
<artifactId>jersey-client</artifactId>
|
|
|
|
<version>${version.jersey***REMOVED***</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish.jersey.containers</groupId>
|
|
|
|
<artifactId>jersey-container-servlet</artifactId>
|
|
|
|
<version>${version.jersey***REMOVED***</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-jersey2-jaxrs</artifactId>
|
|
|
|
<version>${version.swagger***REMOVED***</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-databind</artifactId> <version>2.6.0</version> <scope>provided</scope>
|
|
|
|
</dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-core</artifactId> <version>2.6.0</version> <scope>provided</scope>
|
|
|
|
</dependency> <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId>
|
|
|
|
<version>${version.swagger***REMOVED***</version> </dependency> -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.distribution</groupId>
|
|
|
|
<artifactId>maven-smartgears-bom</artifactId>
|
|
|
|
<version>LATEST</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<descriptors>
|
|
|
|
<descriptor>${distroDirectory***REMOVED***/descriptor.xml</descriptor>
|
|
|
|
</descriptors>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>servicearchive</id>
|
|
|
|
<phase>install</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>single</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2017-03-03 19:10:02 +01:00
|
|
|
|
|
|
|
</project>
|