Skip to content

Commit

Permalink
Remove dependency on Bartholdy
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Nov 28, 2024
1 parent d94324e commit 6e43e27
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 187 deletions.
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ apiguardian = { module = "org.apiguardian:apiguardian-api", version.ref = "apigu
archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.3.0" }

assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" }
bartholdy = { module = "de.sormuras:bartholdy", version = "0.2.3" }
bndlib = { module = "biz.aQute.bnd:biz.aQute.bndlib", version.ref = "bnd" }
checkstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "checkstyle" }
classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.179" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ val mavenDistributionClasspath = configurations.resolvable("mavenDistributionCla
}

dependencies {
implementation(libs.bartholdy) {
because("manage external tool installations")
}
implementation(libs.commons.io) {
because("moving/deleting directory trees")
}
Expand Down

This file was deleted.

0 comments on commit 6e43e27

Please sign in to comment.