gFeed/test-commons/pom.xml

49 lines
1.4 KiB
XML
Raw Permalink Normal View History

<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>
2020-12-15 17:16:49 +01:00
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>gFeed-Suite</artifactId>
2022-11-04 14:50:36 +01:00
<version>1.0.6</version>
</parent>
<artifactId>test-commons</artifactId>
<name>test commons</name>
2022-11-04 14:50:36 +01:00
<version>1.0.6</version>
<description>Utility classes for test purposes</description>
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>
</scm>
2020-12-15 17:16:49 +01:00
<dependencies>
<dependency>
2020-12-15 18:32:47 +01:00
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>collectors-plugin-framework</artifactId>
</dependency>
2020-12-15 18:59:02 +01:00
<dependency>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>commons</artifactId>
</dependency>
2022-11-04 13:54:37 +01:00
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-utils</artifactId>
<version>[2.0.0, 3.0.0-SNAPSHOT)</version>
</dependency>
2020-12-15 18:59:02 +01:00
<dependency>
2020-12-15 18:32:47 +01:00
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>catalogue-plugin-framework</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
</dependencies>
</project>