Updated to Git and Jenkins

This commit is contained in:
Giancarlo Panichi 2021-05-17 18:07:42 +02:00
parent 0bbf2eb1a7
commit d8c45e0edb
1 changed files with 2 additions and 6 deletions

View File

@ -73,6 +73,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>runtime</scope>
</dependency>
@ -253,12 +254,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>