2019-02-25 18:28:49 +01:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2015-02-04 12:35:43 +01:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.gcube.tools</groupId>
|
|
|
|
<artifactId>maven-parent</artifactId>
|
2019-09-24 14:59:25 +02:00
|
|
|
<version>1.1.0</version>
|
2015-02-04 12:35:43 +01:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<groupId>org.gcube.vremanagement</groupId>
|
|
|
|
<artifactId>smart-executor</artifactId>
|
2020-07-10 18:16:41 +02:00
|
|
|
<version>3.0.0-SNAPSHOT</version>
|
2020-03-19 12:07:01 +01:00
|
|
|
<name>SmartExecutor</name>
|
2019-12-06 11:53:13 +01:00
|
|
|
<description>Smart Executor Service allows to launch recurrent tasks such as task for infrastructure management, healthy monitoring etc.</description>
|
2015-02-04 12:35:43 +01:00
|
|
|
<packaging>war</packaging>
|
|
|
|
|
|
|
|
<properties>
|
2015-02-05 10:15:27 +01:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2019-12-06 11:53:13 +01:00
|
|
|
<webappDirectory>${project.basedir}${file.separator}src${file.separator}main${file.separator}webapp${file.separator}WEB-INF</webappDirectory>
|
2016-02-08 12:04:23 +01:00
|
|
|
<serviceClass>VREManagement</serviceClass>
|
2020-07-10 18:16:41 +02:00
|
|
|
<orientdb.version>3.1.0</orientdb.version>
|
2015-02-04 12:35:43 +01:00
|
|
|
</properties>
|
2017-02-01 17:01:15 +01:00
|
|
|
|
2015-02-27 16:05:38 +01:00
|
|
|
<scm>
|
2019-10-03 15:34:58 +02:00
|
|
|
<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>
|
2015-02-27 16:05:38 +01:00
|
|
|
</scm>
|
2015-02-04 12:35:43 +01:00
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.distribution</groupId>
|
2017-02-01 17:01:15 +01:00
|
|
|
<artifactId>gcube-smartgears-bom</artifactId>
|
2020-07-10 18:16:41 +02:00
|
|
|
<version>2.0.0-SNAPSHOT</version>
|
2017-02-01 17:01:15 +01:00
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
2015-02-04 12:35:43 +01:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
<dependencies>
|
2019-02-25 18:28:49 +01:00
|
|
|
|
2015-08-25 18:03:55 +02:00
|
|
|
<dependency>
|
2016-09-22 11:31:05 +02:00
|
|
|
<groupId>org.gcube.resources.discovery</groupId>
|
|
|
|
<artifactId>ic-client</artifactId>
|
2015-08-25 18:03:55 +02:00
|
|
|
</dependency>
|
2015-02-04 12:35:43 +01:00
|
|
|
<dependency>
|
2016-09-22 11:31:05 +02:00
|
|
|
<groupId>org.gcube.resources.discovery</groupId>
|
|
|
|
<artifactId>discovery-client</artifactId>
|
2015-02-04 12:35:43 +01:00
|
|
|
</dependency>
|
2015-10-15 10:07:04 +02:00
|
|
|
<dependency>
|
2016-09-22 11:31:05 +02:00
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-smartgears</artifactId>
|
2015-10-15 10:07:04 +02:00
|
|
|
</dependency>
|
2015-02-04 12:35:43 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
2016-02-08 15:02:04 +01:00
|
|
|
<artifactId>common-encryption</artifactId>
|
2017-02-01 17:01:15 +01:00
|
|
|
</dependency>
|
2017-05-25 14:38:46 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-smartgears-app</artifactId>
|
|
|
|
</dependency>
|
2019-12-04 09:56:54 +01:00
|
|
|
|
2017-05-25 14:38:46 +02:00
|
|
|
<dependency>
|
2017-02-01 17:01:15 +01:00
|
|
|
<groupId>com.orientechnologies</groupId>
|
2017-02-03 16:29:25 +01:00
|
|
|
<artifactId>orientdb-client</artifactId>
|
2019-12-04 09:56:54 +01:00
|
|
|
<version>${orientdb.version}</version>
|
2017-02-01 17:01:15 +01:00
|
|
|
</dependency>
|
2019-12-04 09:56:54 +01:00
|
|
|
|
2015-02-04 12:35:43 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.vremanagement</groupId>
|
|
|
|
<artifactId>smart-executor-api</artifactId>
|
2020-07-10 18:16:41 +02:00
|
|
|
<version>[3.0.0-SNAPSHOT, 4.0.0-SNAPSHOT)</version>
|
2015-02-04 12:35:43 +01:00
|
|
|
</dependency>
|
2019-12-04 09:56:54 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.vremanagement</groupId>
|
|
|
|
<artifactId>smart-executor-client</artifactId>
|
2020-07-10 18:16:41 +02:00
|
|
|
<version>[3.0.0-SNAPSHOT, 4.0.0-SNAPSHOT)</version>
|
2019-12-04 09:56:54 +01:00
|
|
|
</dependency>
|
2017-02-01 17:01:15 +01:00
|
|
|
|
2018-01-10 17:33:26 +01:00
|
|
|
<!-- Jersey -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
<artifactId>javax.ws.rs-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish.jersey.containers</groupId>
|
|
|
|
<artifactId>jersey-container-servlet</artifactId>
|
|
|
|
</dependency>
|
2016-09-22 11:31:05 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
2018-01-10 17:33:26 +01:00
|
|
|
<version>3.0.1</version>
|
2016-09-22 11:31:05 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2018-01-10 17:33:26 +01:00
|
|
|
<!-- END Jersey -->
|
|
|
|
|
2016-09-22 11:31:05 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</dependency>
|
2017-02-01 17:01:15 +01:00
|
|
|
<!-- Tests -->
|
2015-02-04 12:35:43 +01:00
|
|
|
<dependency>
|
2015-04-24 15:29:46 +02:00
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>4.11</version>
|
2015-02-04 12:35:43 +01:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2019-09-24 14:59:25 +02:00
|
|
|
<groupId>org.gcube.vremanagement</groupId>
|
|
|
|
<artifactId>hello-world-se-plugin</artifactId>
|
2020-07-10 18:16:41 +02:00
|
|
|
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
|
2015-02-04 12:35:43 +01:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2020-08-06 16:51:52 +02:00
|
|
|
</project>
|