gFeed/catalogue-plugin-framework/pom.xml

32 lines
913 B
XML
Raw Normal View History

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>
2022-11-04 14:50:36 +01:00
<version>1.0.6</version>
2020-12-15 17:16:49 +01:00
</parent>
<artifactId>catalogue-plugin-framework</artifactId>
2022-11-04 14:50:36 +01:00
<version>1.0.6</version>
2020-12-15 17:16:49 +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>
2020-12-15 17:16:49 +01:00
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</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>
</project>