Skip to content

Commit 31e46fb

Browse files
committed
Merge pull request #38 from izeye/maven-scope-test
Change the scope for spring-boot-starter-test to test.
2 parents 434042b + befef05 commit 31e46fb

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-starter-admin-client

1 file changed

+1
-0
lines changed

spring-boot-starter-admin-client/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<dependency>
3333
<groupId>org.springframework.boot</groupId>
3434
<artifactId>spring-boot-starter-test</artifactId>
35+
<scope>test</scope>
3536
</dependency>
3637
</dependencies>
3738
</project>

0 commit comments

Comments
 (0)