Remove unnecessary dependencies

This commit is contained in:
Arnaud Cogoluègnes 2021-01-19 15:04:59 +01:00
parent 2acb57676e
commit e87581f14c
No known key found for this signature in database
GPG Key ID: D5C8C4DFAD43AFA8
1 changed files with 0 additions and 8 deletions

View File

@ -30,7 +30,6 @@
<proton-j.version>0.33.8</proton-j.version>
<junit.jupiter.version>5.7.0</junit.jupiter.version>
<assertj.version>3.18.1</assertj.version>
<mockito.version>3.7.0</mockito.version>
<logback.version>1.2.3</logback.version>
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
@ -73,13 +72,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>