Removed plugins dependency from pom

This commit is contained in:
Fabio Sinibaldi 2022-03-15 10:47:37 +01:00
parent 03782485d0
commit 1f91f3456a
1 changed files with 14 additions and 10 deletions

View File

@ -203,17 +203,7 @@
<artifactId>storage-manager-wrapper</artifactId>
</dependency>
<!-- Plugins : should be managed by provision, temporarily declaring them as direct dependencies -->
<dependency>
<groupId>org.gcube.application.cms</groupId>
<artifactId>concessioni-lifecycle</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.application.cms</groupId>
<artifactId>sdi-plugins</artifactId>
</dependency>
<!-- TEST -->
@ -249,5 +239,19 @@
<scope>test</scope>
</dependency>
<!-- Plugins related tests -->
<dependency>
<groupId>org.gcube.application.cms</groupId>
<artifactId>concessioni-lifecycle</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.gcube.application.cms</groupId>
<artifactId>sdi-plugins</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>