Skip to content

Commit

Permalink
fix: Spottless
Browse files Browse the repository at this point in the history
  • Loading branch information
Holomek Christopher; BMW Group committed Feb 20, 2024
1 parent fadacc8 commit a049e81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ dependencies {
}
api platform("com.fasterxml.jackson:jackson-bom:$versions.jackson")
api "com.fasterxml.jackson.core:jackson-core",
"com.fasterxml.jackson.core:jackson-annotations",
"com.fasterxml.jackson.core:jackson-databind",
"com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
"com.fasterxml.jackson.core:jackson-annotations",
"com.fasterxml.jackson.core:jackson-databind",
"com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
api "org.apache.httpcomponents.client5:httpclient5:5.3.1"
api "org.xmlunit:xmlunit-core:$versions.xmlUnit"
api "org.xmlunit:xmlunit-legacy:$versions.xmlUnit", {
Expand Down

0 comments on commit a049e81

Please sign in to comment.