Skip to content

Commit

Permalink
Fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Nov 6, 2023
1 parent 07224d9 commit d9aaeb1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,17 @@ repositories {
dependencies {
compileOnly "com.viaversion:viaversion-common:4.9.0-23w44a-SNAPSHOT"
compileOnly("com.viaversion:viabackwards-common:4.9.0-23w44a-SNAPSHOT") {
exclude group: "com.viaversion", module: "viaversion"
exclude group: "io.netty", module: "netty-all"
exclude group: "com.viaversion"
exclude group: "io.netty"
exclude group: "com.google.guava"
}
compileOnly "com.viaversion:viarewind-common:3.0.2-SNAPSHOT"
compileOnly "net.raphimc:ViaLegacy:2.2.21-SNAPSHOT"
compileOnly "net.raphimc:ViaAprilFools:2.0.10-SNAPSHOT"
compileOnly "net.raphimc:ViaBedrock:0.0.3-SNAPSHOT"
compileOnly "org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR1-SNAPSHOT"

api "com.google.guava:guava:32.1.3-jre"
api "org.slf4j:slf4j-api:2.0.9"
api "org.yaml:snakeyaml:2.2"
}
Expand Down

0 comments on commit d9aaeb1

Please sign in to comment.