Skip to content

Commit

Permalink
Set sample dependency scope back to provided in test module
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacqu committed Nov 3, 2016
1 parent 9d795a4 commit 9354ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>1.1.0.Final</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 9354ec3

Please sign in to comment.