Skip to content

Commit d881347

Browse files
committed
fix: remove "test" scope (integration tests fail to build otherwise)
1 parent 8c0697a commit d881347

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/tests

kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/tests/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,11 @@
3838
<groupId>org.mockito</groupId>
3939
<artifactId>mockito-core</artifactId>
4040
<version>${mockito.version}</version>
41-
<scope>test</scope>
4241
</dependency>
4342
<dependency>
4443
<groupId>junit</groupId>
4544
<artifactId>junit</artifactId>
4645
<version>4.13.2</version>
47-
<scope>test</scope>
4846
</dependency>
4947

5048
<!-- This OSGi bundle wraps junit 4.13.2 jar file. -->

0 commit comments

Comments
 (0)