Skip to content

Commit

Permalink
fix junit scope
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Jul 16, 2020
1 parent 53eec12 commit 2eb0cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwt-safehtml-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>compile + test</scope>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 2eb0cad

Please sign in to comment.