Skip to content

Commit 2f74713

Browse files
authored
Move non-mandatory dependencies to test scope (#245)
1 parent f01513a commit 2f74713

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

starter/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
<dependency>
110110
<groupId>org.mockito</groupId>
111111
<artifactId>mockito-core</artifactId>
112+
<scope>test</scope>
112113
</dependency>
113114
<dependency>
114115
<groupId>io.javaoperatorsdk</groupId>
@@ -123,6 +124,7 @@
123124
<dependency>
124125
<groupId>org.springframework.boot</groupId>
125126
<artifactId>spring-boot-starter-log4j2</artifactId>
127+
<scope>test</scope>
126128
</dependency>
127129
</dependencies>
128130
</project>

0 commit comments

Comments
 (0)