Skip to content

Commit

Permalink
dependency tree を見ながら junit 依存関係を除外設定.
Browse files Browse the repository at this point in the history
  • Loading branch information
yukihane committed Apr 16, 2019
1 parent 1883493 commit d77d708
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions complete/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- end::test[] -->
</dependencies>
Expand Down

0 comments on commit d77d708

Please sign in to comment.