2019-03-22 15:51:59 +01:00
<project xmlns= "http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2019-03-22 15:51:44 +01:00
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.tools</groupId>
<artifactId > maven-parent</artifactId>
2019-10-03 11:19:36 +02:00
<version > 1.1.0</version>
2019-03-22 15:51:44 +01:00
</parent>
<groupId > org.gcube.resource-management</groupId>
<artifactId > gcube-model</artifactId>
2020-11-30 18:50:40 +01:00
<version > 3.0.1-SNAPSHOT</version>
2019-03-22 15:51:44 +01:00
<name > gCube Resources</name>
2019-12-05 16:24:30 +01:00
<description > gCube Model is a resource model built on top of IS Model which captures the different aspects of the resources and their relations playing significant roles in a research infrastructure empowered by gCube</description>
2019-03-22 15:51:44 +01:00
<packaging > jar</packaging>
<properties >
<project.build.sourceEncoding > UTF-8</project.build.sourceEncoding>
<serviceClass > InformationSystem</serviceClass>
</properties>
<scm >
2019-10-03 13:14:29 +02:00
<connection > scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection > scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
<url > https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
2019-03-22 15:51:44 +01:00
</scm>
<dependencyManagement >
<dependencies >
<dependency >
<groupId > org.gcube.distribution</groupId>
<artifactId > gcube-bom</artifactId>
2020-11-30 18:50:40 +01:00
<version > 2.0.1</version>
2019-03-22 15:51:44 +01:00
<type > pom</type>
<scope > import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies >
<dependency >
<groupId > org.gcube.information-system</groupId>
<artifactId > information-system-model</artifactId>
</dependency>
<dependency >
2020-07-07 17:12:10 +02:00
<groupId > org.gcube.common</groupId>
<artifactId > gcube-jackson-databind</artifactId>
2019-03-22 15:51:44 +01:00
</dependency>
<dependency >
2020-07-07 17:12:10 +02:00
<groupId > org.gcube.common</groupId>
<artifactId > gcube-jackson-annotations</artifactId>
2019-03-22 15:51:44 +01:00
</dependency>
<dependency >
2020-07-07 17:12:10 +02:00
<groupId > org.gcube.common</groupId>
<artifactId > gcube-jackson-core</artifactId>
2019-03-22 15:51:44 +01:00
</dependency>
<dependency >
<groupId > org.slf4j</groupId>
<artifactId > slf4j-api</artifactId>
</dependency>
<!-- Test Dependencies -->
<dependency >
<groupId > junit</groupId>
<artifactId > junit</artifactId>
<version > 4.11</version>
<scope > test</scope>
</dependency>
<dependency >
<groupId > ch.qos.logback</groupId>
<artifactId > logback-classic</artifactId>
<scope > test</scope>
</dependency>
</dependencies>
</project>