2017-05-03 14:47: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>
|
2017-05-29 15:19:51 +02:00
|
|
|
<parent>
|
|
|
|
<groupId>org.gcube.tools</groupId>
|
|
|
|
<artifactId>maven-parent</artifactId>
|
2019-10-03 13:05:28 +02:00
|
|
|
<version>1.1.0</version>
|
2017-05-29 15:19:51 +02:00
|
|
|
</parent>
|
2017-12-14 17:03:22 +01:00
|
|
|
|
2017-09-21 14:22:43 +02:00
|
|
|
<groupId>org.gcube.accounting</groupId>
|
2017-05-03 14:47:10 +02:00
|
|
|
<artifactId>accounting-service</artifactId>
|
2024-04-23 12:42:27 +02:00
|
|
|
<version>2.1.0-SNAPSHOT</version>
|
2017-05-03 14:47:10 +02:00
|
|
|
<packaging>war</packaging>
|
2019-12-09 09:59:23 +01:00
|
|
|
<name>Accounting Service</name>
|
|
|
|
<description>This service allows any client to publish Accounting data</description>
|
|
|
|
|
2017-05-03 14:47:10 +02:00
|
|
|
<properties>
|
2017-05-29 15:19:51 +02:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2019-12-09 09:59:23 +01:00
|
|
|
<webappDirectory>${project.basedir}${file.separator}src${file.separator}main${file.separator}webapp${file.separator}WEB-INF</webappDirectory>
|
2017-12-20 12:35:17 +01:00
|
|
|
<serviceClass>Accounting</serviceClass>
|
2017-05-03 14:47:10 +02:00
|
|
|
</properties>
|
2017-12-14 17:03:22 +01:00
|
|
|
|
2017-09-21 14:22:43 +02:00
|
|
|
<scm>
|
2019-10-03 13:05:28 +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-09-21 14:22:43 +02:00
|
|
|
</scm>
|
2017-05-29 15:19:51 +02:00
|
|
|
|
2017-05-03 14:47:10 +02:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
2017-05-29 15:19:51 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.distribution</groupId>
|
|
|
|
<artifactId>gcube-smartgears-bom</artifactId>
|
2021-04-14 16:20:08 +02:00
|
|
|
<version>2.1.0</version>
|
2017-05-29 15:19:51 +02:00
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
2017-05-03 14:47:10 +02:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-smartgears-app</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
2017-12-14 17:03:22 +01:00
|
|
|
<scope>provided</scope>
|
2017-05-03 14:47:10 +02:00
|
|
|
</dependency>
|
2024-04-23 12:42:27 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>authorization-utils</artifactId>
|
|
|
|
<version>[2.2.0, 3.0.0-SNAPSHOT)</version>
|
|
|
|
</dependency>
|
2017-05-03 14:47:10 +02:00
|
|
|
<dependency>
|
2017-12-14 17:03:22 +01:00
|
|
|
<groupId>org.gcube.accounting</groupId>
|
|
|
|
<artifactId>accounting-lib</artifactId>
|
2017-05-03 14:47:10 +02:00
|
|
|
</dependency>
|
2017-12-14 17:03:22 +01:00
|
|
|
<!-- Used for service query -->
|
2017-05-03 14:47:10 +02:00
|
|
|
<dependency>
|
2017-05-29 15:19:51 +02:00
|
|
|
<groupId>org.gcube.accounting</groupId>
|
|
|
|
<artifactId>accounting-analytics</artifactId>
|
2021-04-14 16:21:07 +02:00
|
|
|
<version>[3.0.0,4.0.0-SNAPSHOT)</version>
|
2017-05-03 14:47:10 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-05-29 15:19:51 +02:00
|
|
|
<groupId>org.gcube.accounting</groupId>
|
2021-03-26 15:01:36 +01:00
|
|
|
<artifactId>accounting-analytics-persistence-postgresql</artifactId>
|
2021-04-14 16:21:07 +02:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2021-03-30 10:51:05 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.accounting</groupId>
|
|
|
|
<artifactId>accounting-postgresql-utilities</artifactId>
|
2021-04-14 16:43:32 +02:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2021-03-30 10:51:05 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.postgresql</groupId>
|
|
|
|
<artifactId>postgresql</artifactId>
|
|
|
|
<version>42.2.19</version>
|
2021-03-29 22:53:38 +02:00
|
|
|
<scope>provided</scope>
|
2017-05-03 14:47:10 +02:00
|
|
|
</dependency>
|
2017-12-14 17:03:22 +01:00
|
|
|
<!-- END Used for service query -->
|
2019-12-09 09:59:23 +01:00
|
|
|
|
2017-12-14 17:03:22 +01:00
|
|
|
<!-- Jersey -->
|
2017-05-03 14:47:10 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
<artifactId>javax.ws.rs-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish.jersey.containers</groupId>
|
|
|
|
<artifactId>jersey-container-servlet</artifactId>
|
|
|
|
</dependency>
|
2017-12-14 17:03:22 +01:00
|
|
|
<!-- END Jersey -->
|
2019-12-09 09:59:23 +01:00
|
|
|
|
2017-12-14 17:03:22 +01:00
|
|
|
<!-- 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>
|
2017-05-29 15:19:51 +02:00
|
|
|
</dependencies>
|
2017-05-03 14:47:10 +02:00
|
|
|
</project>
|