2019-03-06 11:13:28 +01: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>
|
|
|
|
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
|
|
|
|
<artifactId>gCat-Feeder-Suite</artifactId>
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
<artifactId>DataMinerAlgorithmsCrawler</artifactId>
|
|
|
|
<name>DataMinerAlgorithmsCrawler</name>
|
|
|
|
<description>Plugin for gCat-Feeder for DataMiner Algorithms publishing</description>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
|
2019-03-07 17:50:39 +01:00
|
|
|
<artifactId>collectors-plugin-framework</artifactId>
|
2019-03-06 11:13:28 +01:00
|
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.data.analysis</groupId>
|
|
|
|
<artifactId>data-miner-manager-cl</artifactId>
|
|
|
|
<version>[1.6.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
|
|
|
</dependency>
|
2019-03-14 16:58:03 +01:00
|
|
|
|
|
|
|
|
2019-03-28 18:59:52 +01:00
|
|
|
<!-- TEST -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
|
|
|
|
<artifactId>test-commons</artifactId>
|
|
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
2019-04-02 19:31:57 +02:00
|
|
|
<scope>test</scope>
|
2019-03-28 18:59:52 +01:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
2019-03-14 16:58:03 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
<artifactId>jackson-mapper-asl</artifactId>
|
|
|
|
<version>1.9.13</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
2019-03-06 11:13:28 +01:00
|
|
|
</dependencies>
|
|
|
|
</project>
|