Skip to content

Commit

Permalink
Remove unused xmlutil dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnLCaron committed Jun 4, 2024
1 parent 1a1b327 commit 72fdda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
implementation(files("libs/egk-ec-2.1-SNAPSHOT.jar"))
implementation(files("libs/verificatum-vecj-2.2.0.jar"))
implementation(libs.bundles.eglib)
implementation(libs.bundles.xmlutil)
// implementation(libs.bundles.xmlutil)
implementation(libs.bundles.logging)
testImplementation("org.jetbrains.kotlin:kotlin-test")
}
Expand Down

0 comments on commit 72fdda0

Please sign in to comment.