Update 'pom.xml'

inverted deps order
This commit is contained in:
Roberto Cirillo 2022-06-27 17:44:55 +02:00
parent f3c95c70d6
commit 8f74a68db2
1 changed files with 7 additions and 7 deletions

14
pom.xml
View File

@ -55,6 +55,12 @@
<dependencies>
<!-- STORAGE -->
<dependency>
<groupId>org.gcube.contentmanagement</groupId>
<artifactId>storage-manager-core</artifactId>
<version>[2.0.0, 3.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
@ -63,13 +69,7 @@
</dependency>
<!-- STORAGE -->
<dependency>
<groupId>org.gcube.contentmanagement</groupId>
<artifactId>storage-manager-core</artifactId>
<version>[2.0.0, 3.0.0-SNAPSHOT)</version>
</dependency>
</dependencies>