mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Marked AssertJ as test scope
This commit is contained in:
parent
b6662fb454
commit
8251f42fa9
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
pom.xml
|
@ -282,6 +282,7 @@
|
|||
<groupId>org.assertj</groupId>
|
||||
<artifactId>assertj-core</artifactId>
|
||||
<version>${assertj.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in a new issue