Merged
Changes from all commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Failed to load files.
deps: mockito scope should be test
  • Loading branch information
@chingor13
chingor13 committedJan 13, 2020
commit dbdda12b668d1d849223491d32d120a8918f03bf
Original file line numberDiff line numberDiff line change
Expand Up@@ -225,6 +225,7 @@
<artifactId>objenesis</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down