override common dependencies scope

This commit is contained in:
Fabio Sinibaldi 2020-12-16 13:33:55 +01:00
parent 2bc93e5312
commit d3cecb2a67
1 changed files with 3 additions and 0 deletions

View File

@ -48,17 +48,20 @@
<dependency>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>collectors-plugin-framework</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>catalogue-plugin-framework</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>commons</artifactId>
<scope>compile</scope>
</dependency>
<dependency>