Skip to content

Commit fb8889a

Browse files
committed
deps: explicitly declare org.hamcrest:hamcrest-core:test
1 parent 858b725 commit fb8889a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

oauth2_http/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,12 @@
277277
<artifactId>junit</artifactId>
278278
<scope>test</scope>
279279
</dependency>
280+
<dependency>
281+
<groupId>org.hamcrest</groupId>
282+
<artifactId>hamcrest-core</artifactId>
283+
<version>1.3</version>
284+
<scope>test</scope>
285+
</dependency>
280286
<dependency>
281287
<groupId>org.mockito</groupId>
282288
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)