Plugins as dependency

This commit is contained in:
Fabio Sinibaldi 2022-03-15 10:14:34 +01:00
parent 03079be06a
commit 16e3ac6014
1 changed files with 13 additions and 11 deletions

View File

@ -203,6 +203,19 @@
<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 -->
<dependency>
@ -211,17 +224,6 @@
<scope>test</scope>
</dependency>
<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>
<dependency>
<groupId>junit</groupId>