Skip to content

Commit 0643289

Browse files
committed
Dependency org.mockito:mockito-core should have scope 'test'
1 parent 2c0a5e8 commit 0643289

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

bridge/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<dependency>
1818
<groupId>org.mockito</groupId>
1919
<artifactId>mockito-core</artifactId>
20+
<scope>test</scope>
2021
</dependency>
2122
</dependencies>
2223
</project>

decorator/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<dependency>
1818
<groupId>org.mockito</groupId>
1919
<artifactId>mockito-core</artifactId>
20+
<scope>test</scope>
2021
</dependency>
2122
</dependencies>
2223
</project>

facade/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<dependency>
1818
<groupId>org.mockito</groupId>
1919
<artifactId>mockito-core</artifactId>
20+
<scope>test</scope>
2021
</dependency>
2122
</dependencies>
2223
</project>

0 commit comments

Comments
 (0)