Skip to content

Commit

Permalink
deps: remove org.reflections.reflections
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Jan 3, 2025
1 parent 0b863e7 commit 574e0b3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 25 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Unless otherwise specified, any version comparison below is the comparison of se
`BlockState`.
- (API) `EntityBaseComponent#getBlockStateStandingOn` now return `BlockStateWithPos` instead of `BlockState`.
- (API) Removed `BlockFace#horizontalIndex` which is useless.
- Removed useless class `PackageClassLoaderUtils`, dependency `org.reflections.reflections` is also removed.

### Fixed

Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ mcterminal = { group = "net.minecrell", name = "terminalconsoleappender", versio
# Code generating
javapoet = { module = "com.palantir.javapoet:javapoet", version = "0.6.0" }
# Reflections
reflections = { group = "org.reflections", name = "reflections", version = "0.10.2" }
fastreflect = { group = "com.github.AllayMC", name = "fast-reflection", version = "8733a599fa" }
# Math computing
joml = { group = "org.joml", name = "joml", version = "1.10.8" }
Expand Down
1 change: 0 additions & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ dependencies {
implementation(libs.netty.epoll)
implementation(libs.netty.kqueue)
implementation(libs.fastreflect)
implementation(libs.reflections)
implementation(libs.oshi)
implementation(libs.flatlaf)
implementation(libs.formsrt)
Expand Down

This file was deleted.

0 comments on commit 574e0b3

Please sign in to comment.