Skip to content

Commit

Permalink
Remove unused httpclient dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Sep 25, 2023
1 parent 1e7e498 commit e39ef93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jackson-databind = { group = "com.fasterxml.jackson.core", name = "jackson-datab
jackson-parameter-names = { group = "com.fasterxml.jackson.module", name = "jackson-module-parameter-names" }
jackson-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin" }

apache-httpclient = { group = "org.apache.httpcomponents.client5", name = "httpclient5", version = "5.1.2" }
apache-commons-io = { group = "commons-io", name = "commons-io", version = "2.11.0" }

github-packageurl = { group = "com.github.package-url", name = "packageurl-java", version = "1.4.1" }
Expand Down
1 change: 0 additions & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ dependencies {
because("kotlin std lib is bundled with Gradle. 2.12.3 because higher versions depend upon Kotlin 1.5")
}
shadowImplementation(libs.github.packageurl)
shadowImplementation(libs.apache.httpclient)

// Use JUnit Jupiter for testing.
testImplementation(libs.junit.jupiter)
Expand Down

0 comments on commit e39ef93

Please sign in to comment.