Skip to content

Commit 1151faa

Browse files
committed
Removed redundant dependencies
1 parent 5d1f8ca commit 1151faa

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

api-client/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,5 @@
7171
<artifactId>Java-WebSocket</artifactId>
7272
<version>1.3.9</version>
7373
</dependency>
74-
75-
<!-- Data -->
76-
<dependency>
77-
<groupId>com.google.code.gson</groupId>
78-
<artifactId>gson</artifactId>
79-
<version>${gson.version}</version>
80-
</dependency>
8174
</dependencies>
8275
</project>

api/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,5 @@
5252
<artifactId>librespot-common</artifactId>
5353
<version>${project.version}</version>
5454
</dependency>
55-
56-
<!-- Data -->
57-
<dependency>
58-
<groupId>com.google.code.gson</groupId>
59-
<artifactId>gson</artifactId>
60-
<version>${gson.version}</version>
61-
</dependency>
6255
</dependencies>
6356
</project>

0 commit comments

Comments
 (0)