Skip to content

Commit 7f89522

Browse files
committed
Removed extra library imports
1 parent baa91fb commit 7f89522

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
<include>io.codigo.grammar:*</include>
6767
<include>org.apache.httpcomponents.*</include>
6868
<include>org.apache.hc.*</include>
69-
<include>com.google.*</include>
69+
<include>com.google.code.gson:gson</include>
70+
<include>com.google.guava:guava</include>
7071
<include>org.yaml:snakeyaml:*</include>
7172

7273
<!-- Transitive dependency of guava -->

0 commit comments

Comments
 (0)