Skip to content

Commit 2da206a

Browse files
committed
Remove commons gson because it is already included in ViaProxy
1 parent 835b9ee commit 2da206a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ repositories {
1818

1919
dependencies {
2020
compileOnly libs.viaproxy
21-
include libs.commonsGson
2221

2322
compileOnly libs.findbugs
2423
compileOnly libs.jetbrainsAnnotations

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ findbugs = { module = "com.google.code.findbugs:jsr305", version = "3.0.2" }
55
jetbrainsAnnotations = { module = "org.jetbrains:annotations", version = "26.0.2" }
66
lombok = { module = "org.projectlombok:lombok", version = "1.18.38" }
77
viaproxy = { module = "net.raphimc:ViaProxy", version = "3.4.8-SNAPSHOT" }
8-
commonsGson = { module = "net.lenni0451.commons:gson", version = "1.7.1" }
98

109
junit-bom = { module = "org.junit:junit-bom", version = "5.13.1" }
1110
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" }

0 commit comments

Comments
 (0)