2016-04-01 13:09:40 +02:00
<project xmlns= "http://maven.apache.org/POM/4.0.0" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
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 >
<artifactId > maven-parent</artifactId>
<groupId > org.gcube.tools</groupId>
<version > 1.0.0</version>
<relativePath />
</parent>
<groupId > org.gcube.dataanalysis</groupId>
<artifactId > dataminer</artifactId>
2017-05-05 10:08:44 +02:00
<version > 1.5.0-SNAPSHOT</version>
2016-04-01 13:09:40 +02:00
<name > dataminer</name>
<description > An e-Infrastructure service providing state-of-the art DataMining algorithms and ecological modelling approaches under the Web Processing Service (WPS) standard.</description>
<scm >
<url > https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/DataMiner</url>
</scm>
2017-05-05 10:08:44 +02:00
2016-04-01 13:09:40 +02:00
<developers >
<developer >
<name > Gianpaolo Coro</name>
<email > gianpaolo.coro@isti.cnr.it</email>
<organization > CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"</organization>
<roles >
<role > architect</role>
<role > developer</role>
</roles>
</developer>
</developers>
<properties >
<webappDirectory > ${project.build.directory}/${project.build.finalName}</webappDirectory>
<distroDirectory > distro</distroDirectory>
<project.build.sourceEncoding > UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding > UTF-8</project.reporting.outputEncoding>
</properties>
<dependencies >
2017-05-12 18:06:36 +02:00
<!-- https://mvnrepository.com/artifact/org.reflections/reflections - maven -->
<dependency >
<groupId > org.reflections</groupId>
<artifactId > reflections</artifactId>
<version > 0.9.10</version>
</dependency>
2017-06-16 15:28:06 +02:00
<dependency >
2017-05-05 10:08:44 +02:00
<groupId > javax.servlet</groupId>
<artifactId > servlet-api</artifactId>
<version > 2.5</version>
</dependency>
2016-04-01 13:09:40 +02:00
<dependency >
<groupId > org.n52.wps</groupId>
<artifactId > 52n-wps-io</artifactId>
2017-05-05 10:08:44 +02:00
<version > 3.6.1</version>
2016-04-01 13:09:40 +02:00
</dependency>
<dependency >
<groupId > org.n52.wps</groupId>
<artifactId > 52n-wps-io-impl</artifactId>
2017-05-05 10:08:44 +02:00
<version > 3.6.1</version>
2016-04-01 13:09:40 +02:00
</dependency>
<dependency >
<groupId > org.n52.wps</groupId>
<artifactId > 52n-wps-algorithm</artifactId>
2017-05-05 10:08:44 +02:00
<version > 3.6.1</version>
2016-04-01 13:09:40 +02:00
</dependency>
<dependency >
<groupId > org.n52.wps</groupId>
<artifactId > 52n-wps-server</artifactId>
2017-05-05 10:08:44 +02:00
<version > 3.6.1</version>
2016-04-01 13:09:40 +02:00
</dependency>
<!-- <dependency> <groupId>org.gcube.dataanalysis</groupId> <artifactId>ecological - engine</artifactId>
<version > [1.8.5-SNAPSHOT,2.0.0-SNAPSHOT)</version> <exclusions > <exclusion >
<artifactId > slf4j-log4j12</artifactId> <groupId > org.slf4j</groupId> </exclusion>
</exclusions> </dependency> -->
<dependency >
<groupId > org.gcube.dataanalysis</groupId>
<artifactId > ecological-engine-wps-extension</artifactId>
<version > [1.0.2-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency>
<dependency >
<groupId > org.gcube.dataanalysis</groupId>
<artifactId > ecological-engine-geospatial-extensions</artifactId>
<version > [1.3.2-SNAPSHOT,2.0.0-SNAPSHOT)</version>
2017-06-12 11:15:03 +02:00
<exclusions >
<exclusion >
<artifactId > log4j</artifactId>
<groupId > log4j</groupId>
</exclusion>
</exclusions>
2016-04-01 13:09:40 +02:00
</dependency>
<dependency >
<groupId > org.gcube.dataanalysis</groupId>
<artifactId > ecological-engine-external-algorithms</artifactId>
<version > [1.1.5-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency>
<dependency >
<groupId > org.gcube.dataanalysis</groupId>
<artifactId > ecological-engine-smart-executor</artifactId>
<version > [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency>
<dependency >
<groupId > org.slf4j</groupId>
<artifactId > slf4j-nop</artifactId>
<version > 1.7.10</version>
<exclusions >
<exclusion >
<artifactId > slf4j-api</artifactId>
<groupId > org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency >
<groupId > junit</groupId>
<artifactId > junit</artifactId>
<version > 4.11</version>
2017-05-24 18:05:06 +02:00
<scope > test</scope>
2016-04-01 13:09:40 +02:00
</dependency>
2017-06-16 15:28:06 +02:00
<!-- <dependency>
2016-04-01 13:09:40 +02:00
<groupId > org.gcube.common</groupId>
<artifactId > common-authorization</artifactId>
</dependency>
<dependency >
<groupId > org.gcube.core</groupId>
<artifactId > common-scope</artifactId>
2017-06-16 15:28:06 +02:00
</dependency> -->
2016-04-01 13:09:40 +02:00
<dependency >
<groupId > javassist</groupId>
<artifactId > javassist</artifactId>
<version > 3.12.1.GA</version>
</dependency>
<dependency >
<groupId > org.gcube.common</groupId>
<artifactId > home-library-jcr</artifactId>
<version > [2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
</dependency>
<dependency >
<groupId > org.gcube.common</groupId>
<artifactId > home-library</artifactId>
<version > [2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
</dependency>
2017-05-05 10:08:44 +02:00
2017-06-12 11:15:03 +02:00
<dependency >
2017-06-16 15:28:06 +02:00
<groupId > xerces</groupId>
<artifactId > xercesImpl</artifactId>
<version > 2.11.0</version>
2017-06-12 11:15:03 +02:00
</dependency>
2016-04-01 13:09:40 +02:00
</dependencies>
<build >
<plugins >
2016-06-14 12:26:05 +02:00
2016-04-01 13:09:40 +02:00
<plugin >
<artifactId > maven-compiler-plugin</artifactId>
<version > 3.1</version>
<configuration >
2017-06-12 11:15:03 +02:00
<source > 1.8</source>
<target > 1.8</target>
2016-04-01 13:09:40 +02:00
</configuration>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-surefire-plugin</artifactId>
<version > 2.18.1</version>
<configuration >
<skipTests > true</skipTests>
</configuration>
</plugin>
2016-06-14 12:26:05 +02:00
2016-04-01 13:09:40 +02:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-assembly-plugin</artifactId>
<configuration >
<descriptors >
<descriptor > ${distroDirectory}/descriptor.xml</descriptor>
</descriptors>
</configuration>
<executions >
<execution >
<id > servicearchive</id>
<phase > install</phase>
<goals >
<goal > single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<repositories >
<repository >
<id > n52-releases</id>
<name > 52n Releases</name>
<url > http://52north.org/maven/repo/releases</url>
<releases >
<enabled > true</enabled>
</releases>
<snapshots >
<enabled > false</enabled>
</snapshots>
</repository>
</repositories>
</project>