Skip to content

Commit

Permalink
Mark Mockito and byte-buddy dependencies as test scoped
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysdk committed Jul 4, 2019
1 parent 69cde22 commit f6d52df
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 @@ -729,11 +729,13 @@
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.9.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.27.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
Expand Down

0 comments on commit f6d52df

Please sign in to comment.