Skip to content

Commit 8093b78

Browse files
ppalagaslandelle
authored andcommitted
Put hamcrest and mockito into Maven test scope, close AsyncHttpClient#1549 (AsyncHttpClient#1550)
1 parent ee241fe commit 8093b78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,11 +388,13 @@
388388
<groupId>org.mockito</groupId>
389389
<artifactId>mockito-core</artifactId>
390390
<version>${mockito.version}</version>
391+
<scope>test</scope>
391392
</dependency>
392393
<dependency>
393394
<groupId>org.hamcrest</groupId>
394395
<artifactId>java-hamcrest</artifactId>
395396
<version>${hamcrest.version}</version>
397+
<scope>test</scope>
396398
</dependency>
397399
</dependencies>
398400
<properties>

0 commit comments

Comments
 (0)