Skip to content

Commit

Permalink
Remove jcenter repo. (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbooms authored May 9, 2022
1 parent c785463 commit 75b37ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ val projectLicenseName = "Apache License 2.0"
val projectLicenseUrl = "https://opensource.org/licenses/Apache-2.0"

repositories {
jcenter()
mavenCentral()
}

dependencies {
Expand All @@ -43,7 +43,7 @@ dependencies {
implementation("com.fasterxml.jackson.core:jackson-core:$jacksonVersion")
implementation("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jacksonVersion")
implementation("com.beust:jcommander:1.74")
implementation("com.beust:jcommander:1.82")
implementation("com.reprezen.kaizen:openapi-parser:4.0.4") { exclude(group = "junit") }
implementation("com.reprezen.jsonoverlay:jsonoverlay:4.0.3")
implementation("com.squareup:kotlinpoet:1.3.0") { exclude(module = "kotlin-stdlib-jre7") }
Expand Down

0 comments on commit 75b37ab

Please sign in to comment.