Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion error-prone-contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
<version.error-prone-slf4j>0.1.4</version.error-prone-slf4j>
<version.findbugs-format-string>3.0.0</version.findbugs-format-string>
<version.guava-beta-checker>1.0</version.guava-beta-checker>
<version.hamcrest>2.2</version.hamcrest>
<version.jdk>11</version.jdk>
<version.maven>3.6.3</version.maven>
<version.mockito>4.0.0</version.mockito>
Expand Down Expand Up @@ -342,10 +343,20 @@
<artifactId>checker-qual</artifactId>
<version>3.19.0</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>${version.hamcrest}</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>${version.hamcrest}</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<version>${version.hamcrest}</version>
</dependency>
<dependency>
<groupId>org.junit</groupId>
Expand Down Expand Up @@ -1002,6 +1013,7 @@
BSD-3-Clause
| 3-Clause BSD License
| BSD 3-clause
| BSD License 3
| Eclipse Distribution License (New BSD License)
| New BSD License
</licenseMerge>
Expand Down

0 comments on commit b2316c7

Please sign in to comment.