2019-03-19 18:02:08 +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>
|
2020-01-14 18:22:24 +01:00
|
|
|
<version>1.0.1</version>
|
2019-03-19 18:02:08 +01:00
|
|
|
</parent>
|
|
|
|
<artifactId>test-commons</artifactId>
|
|
|
|
<name>test commons</name>
|
|
|
|
<description>Utility classes for test purposes</description>
|
2019-03-28 18:59:52 +01:00
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
|
|
|
|
<artifactId>collectors-plugin-framework</artifactId>
|
2020-01-14 18:22:24 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2019-03-28 18:59:52 +01:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
|
|
|
|
<artifactId>catalogue-plugin-framework</artifactId>
|
2020-01-14 18:22:24 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2019-03-28 18:59:52 +01:00
|
|
|
</dependency>
|
2019-04-02 19:31:57 +02:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>4.12</version>
|
|
|
|
</dependency>
|
2019-03-28 18:59:52 +01:00
|
|
|
</dependencies>
|
|
|
|
|
2019-03-19 18:02:08 +01:00
|
|
|
</project>
|