Added missing dependency
This commit is contained in:
parent
681d7ed0f1
commit
3847154a3f
6
pom.xml
6
pom.xml
|
@ -189,6 +189,12 @@
|
|||
<version>[3.0.0-SNAPSHOT,4.0.0-SNAPSHOT)</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.common.core</groupId>
|
||||
<artifactId>legacy-is-publisher-connector</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) </version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
<artifactId>common-events</artifactId>
|
||||
|
|
Loading…
Reference in New Issue