Skip to content

Commit

Permalink
#45 fix wrong scope of spring-test
Browse files Browse the repository at this point in the history
  • Loading branch information
IvyLee-cn committed May 6, 2019
1 parent a74260b commit 2235c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -410,11 +410,11 @@
<scope>test</scope>
</dependency>

<!--scope cannot be test, because of pallas-it module-->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${springframework.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit 2235c33

Please sign in to comment.