Fixed pom

This commit is contained in:
Luca Frosini 2021-03-30 10:51:05 +02:00
parent 26b1661c38
commit 0ccbd7e17a
1 changed files with 12 additions and 0 deletions

12
pom.xml
View File

@ -62,6 +62,18 @@
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-analytics-persistence-postgresql</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-postgresql-utilities</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.19</version>
<scope>provided</scope>
</dependency>
<!-- END Used for service query -->