Skip to content
Snippets Groups Projects
Commit 38b7e1e5 authored by Martin Vogel's avatar Martin Vogel
Browse files

chore: remove duplicate junit declaration

parent a35d68c1
No related branches found
No related tags found
1 merge request!25Resolve "Mehrfache Deklaration der JUnit Jupiter Abhängigkeiten"
...@@ -137,13 +137,6 @@ ...@@ -137,13 +137,6 @@
<version>${junit.version}</version> <version>${junit.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>${junit.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId> <artifactId>mockito-core</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment