2019-03-07 17:31:32 +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-07 17:31:32 +01:00
|
|
|
</parent>
|
2019-03-07 17:43:30 +01:00
|
|
|
<artifactId>collectors-plugin-framework</artifactId>
|
|
|
|
<name>collectors-plugin-framework</name>
|
|
|
|
<description>Framework for collectors implementations</description>
|
2020-02-14 17:04:13 +01:00
|
|
|
<properties>
|
|
|
|
<gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
<connection>scm:git:${gitBaseUrl}/gFeed</connection>
|
|
|
|
<developerConnection>scm:git:${gitBaseUrl}/gFeed</developerConnection>
|
|
|
|
<url>${gitBaseUrl}/gFeed</url>
|
|
|
|
</scm>
|
2019-03-07 17:31:32 +01:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
<version>1.14.8</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
|
|
|
|
<artifactId>commons</artifactId>
|
2020-01-14 18:22:24 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2019-03-07 17:31:32 +01:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2019-03-07 17:43:30 +01:00
|
|
|
</project>
|