We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0697a commit d881347Copy full SHA for d881347
1 file changed
kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/tests/pom.xml
@@ -38,13 +38,11 @@
38
<groupId>org.mockito</groupId>
39
<artifactId>mockito-core</artifactId>
40
<version>${mockito.version}</version>
41
- <scope>test</scope>
42
</dependency>
43
<dependency>
44
<groupId>junit</groupId>
45
<artifactId>junit</artifactId>
46
<version>4.13.2</version>
47
48
49
50
<!-- This OSGi bundle wraps junit 4.13.2 jar file. -->
0 commit comments