Remove unused h2 dependancy

According to one of the main developers, the dependancy is not used, so it could be removed. I've DM'ed jim#6969 with more details about this change.
This commit is contained in:
Gamer1120
2022-02-19 00:49:47 +01:00
committed by GitHub
parent fba6f9b58b
commit 1aca6a2f87

View File

@@ -63,7 +63,6 @@ dependencies {
exclude(group = "org.codehaus.mojo", module = "animal-sniffer-annotations") exclude(group = "org.codehaus.mojo", module = "animal-sniffer-annotations")
} }
implementation(group = "com.google.inject", name = "guice", version = "5.0.1") implementation(group = "com.google.inject", name = "guice", version = "5.0.1")
implementation(group = "com.h2database", name = "h2", version = "1.4.200")
implementation(group = "com.jakewharton.rxrelay3", name = "rxrelay", version = "3.0.1") implementation(group = "com.jakewharton.rxrelay3", name = "rxrelay", version = "3.0.1")
implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.9.1") implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.9.1")
implementation(group = "io.reactivex.rxjava3", name = "rxjava", version = "3.1.2") implementation(group = "io.reactivex.rxjava3", name = "rxjava", version = "3.1.2")