Skip to content

Commit

Permalink
add hamcrest-library dependency to pom for #322
Browse files Browse the repository at this point in the history
  • Loading branch information
mebigfatguy committed Dec 19, 2018
1 parent 0a7ed5b commit 9785e32
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Contributors
* Peter Hermsdorf
* David Burström
* Venkata Gajavalli
* Rubén López


fb-contrib has two main branches, 'findbugs' and 'spotbugs'. Code is committed to findbugs, and then merged to spotbugs.
Expand Down
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@
<contributor>
<name>Venkata Gajavalli</name>
</contributor>
<contributor>
<name>Rubén López</name>
</contributor>
</contributors>

<licenses>
Expand Down Expand Up @@ -312,6 +315,12 @@
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
Expand Down

0 comments on commit 9785e32

Please sign in to comment.