diff --git a/pom.xml b/pom.xml index 0f3f12f..dd1f3be 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.gcube.vremanagement smart-executor-bom - 2.0.0-SNAPSHOT + 3.0.0 pom import @@ -70,6 +70,11 @@ accounting-analytics-persistence-postgresql [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) + + org.gcube.accounting + accounting-analytics + [3.0.0, 4.0.0-SNAPSHOT) + org.slf4j slf4j-api @@ -87,7 +92,6 @@ test - @@ -134,5 +138,4 @@ - \ No newline at end of file diff --git a/src/test/resources/META-INF/plugin.properties b/src/test/resources/META-INF/AccountingAggregatorPlugin.properties similarity index 100% rename from src/test/resources/META-INF/plugin.properties rename to src/test/resources/META-INF/AccountingAggregatorPlugin.properties