2020-12-15 17:16:49 +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.gFeed</groupId>
|
|
|
|
<artifactId>gFeed-Suite</artifactId>
|
2020-12-16 14:32:05 +01:00
|
|
|
<version>1.0.4</version>
|
2020-12-15 17:16:49 +01:00
|
|
|
</parent>
|
|
|
|
<artifactId>collectors-plugin-framework</artifactId>
|
|
|
|
<name>collectors-plugin-framework</name>
|
|
|
|
<description>Framework for collectors implementations</description>
|
2020-12-16 14:32:05 +01:00
|
|
|
<version>1.0.4</version>
|
2020-12-15 17:16:49 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
2020-02-14 17:04:13 +01:00
|
|
|
|
|
|
|
<scm>
|
|
|
|
<connection>scm:git:${gitBaseUrl}/gFeed</connection>
|
|
|
|
<developerConnection>scm:git:${gitBaseUrl}/gFeed</developerConnection>
|
|
|
|
<url>${gitBaseUrl}/gFeed</url>
|
2020-12-15 17:16:49 +01:00
|
|
|
</scm>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2019-03-07 17:31:32 +01:00
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
<version>1.14.8</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
2020-12-15 17:16:49 +01:00
|
|
|
<dependency>
|
2020-12-15 18:32:47 +01:00
|
|
|
<groupId>org.gcube.data-publishing.gFeed</groupId>
|
2020-12-15 17:16:49 +01:00
|
|
|
<artifactId>commons</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2019-03-07 17:43:30 +01:00
|
|
|
</project>
|