2017-05-03 11:18:10 +02: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.tools</groupId>
|
|
|
|
<artifactId>maven-parent</artifactId>
|
2019-10-03 13:09:52 +02:00
|
|
|
<version>1.1.0</version>
|
2017-05-03 11:18:10 +02:00
|
|
|
</parent>
|
2017-10-31 15:07:56 +01:00
|
|
|
|
2017-05-03 11:18:10 +02:00
|
|
|
<groupId>org.gcube.data.publishing</groupId>
|
|
|
|
<artifactId>document-store-lib-accounting-service</artifactId>
|
2021-04-19 16:38:51 +02:00
|
|
|
<version>2.0.1-SNAPSHOT</version>
|
2019-12-09 15:08:29 +01:00
|
|
|
<name>Document Store Backend Connector Library for Accounting Service</name>
|
|
|
|
<description>Document Store Backend Connector Library for Accounting Service</description>
|
2017-05-03 11:18:10 +02:00
|
|
|
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<serviceClass>DataPublishing</serviceClass>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<scm>
|
2019-10-03 13:09:52 +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>
|
2017-05-03 11:18:10 +02:00
|
|
|
</scm>
|
|
|
|
|
2017-10-10 14:53:46 +02:00
|
|
|
<dependencyManagement>
|
2017-05-03 11:18:10 +02:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.distribution</groupId>
|
|
|
|
<artifactId>gcube-bom</artifactId>
|
2020-10-29 17:18:04 +01:00
|
|
|
<version>2.0.0</version>
|
2017-05-03 11:18:10 +02:00
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
2017-10-10 14:53:46 +02:00
|
|
|
<artifactId>slf4j-api</artifactId>
|
2017-05-03 11:18:10 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-scope</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
2017-10-10 14:53:46 +02:00
|
|
|
<artifactId>authorization-client</artifactId>
|
2017-05-03 11:18:10 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
2017-10-10 14:53:46 +02:00
|
|
|
<artifactId>common-authorization</artifactId>
|
2017-05-03 11:18:10 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-encryption</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.resources.discovery</groupId>
|
|
|
|
<artifactId>ic-client</artifactId>
|
|
|
|
</dependency>
|
2017-05-12 10:14:54 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.data.publishing</groupId>
|
|
|
|
<artifactId>document-store-lib</artifactId>
|
|
|
|
</dependency>
|
2017-10-31 15:07:56 +01:00
|
|
|
<!-- Test Dependencies -->
|
2017-05-03 11:18:10 +02:00
|
|
|
<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>
|
2019-11-28 12:25:34 +01:00
|
|
|
<scope>test</scope>
|
2017-05-03 11:18:10 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.accounting</groupId>
|
2017-10-10 14:53:46 +02:00
|
|
|
<artifactId>accounting-lib</artifactId>
|
|
|
|
<scope>test</scope>
|
2017-05-03 11:18:10 +02:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<executions>
|
2017-10-30 11:36:41 +01:00
|
|
|
<execution>
|
2017-10-31 15:07:56 +01:00
|
|
|
<id>make-uberjar</id>
|
2019-12-09 15:38:30 +01:00
|
|
|
<phase>package</phase>
|
2017-10-30 11:36:41 +01:00
|
|
|
</execution>
|
2017-05-03 11:18:10 +02:00
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</project>
|