Skip to content

Commit b68b0a7

Browse files
committed
add junit to gson deps
1 parent 448d178 commit b68b0a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

google-http-client-gson/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,10 @@
7272
<groupId>com.google.code.gson</groupId>
7373
<artifactId>gson</artifactId>
7474
</dependency>
75+
<dependency>
76+
<groupId>junit</groupId>
77+
<artifactId>junit</artifactId>
78+
<scope>test</scope>
79+
</dependency>
7580
</dependencies>
7681
</project>

0 commit comments

Comments
 (0)