41 lines
1.4 KiB
XML
41 lines
1.4 KiB
XML
<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>${gFeedSuiteVersion}</version>
|
|
</parent>
|
|
<artifactId>test-commons</artifactId>
|
|
<name>test commons</name>
|
|
<description>Utility classes for test purposes</description>
|
|
<!-- <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>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
|
|
<artifactId>collectors-plugin-framework</artifactId>
|
|
<version>${gFeedSuiteVersion}</version>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
|
|
<artifactId>catalogue-plugin-framework</artifactId>
|
|
<version>${gFeedSuiteVersion}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>4.12</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project> |