Skip to content

Commit

Permalink
Fix dependency scope of commons-lang3 in dropwizard-client
Browse files Browse the repository at this point in the history
Refs #3567
  • Loading branch information
joschi committed Nov 26, 2020
1 parent 5c31917 commit c9b4fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dropwizard-client/pom.xml
Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<scope>test></scope>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit c9b4fd9

Please sign in to comment.