Skip to content

Commit

Permalink
Limit test dependencies to the test scope
Browse files Browse the repository at this point in the history
  • Loading branch information
valery1707 authored and warrenseine committed Feb 20, 2021
1 parent c3e196e commit aac2acb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,11 +324,13 @@
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>1.21</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>1.21</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit aac2acb

Please sign in to comment.