added test dependency

This commit is contained in:
lucafrosini 2020-10-07 14:08:31 +02:00
parent cadd9ec02d
commit 65a307eea8
1 changed files with 5 additions and 0 deletions

View File

@ -133,6 +133,11 @@
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.gcube.vremanagement</groupId>
<artifactId>hello-world-se-plugin</artifactId>