2121
2222
2323ext {
24- processorApiVersion = ' 1.0.0 '
24+ processorApiVersion = ' 1.1.0.M1 '
2525 jacksonVersion = ' 2.11.0'
2626
2727 bintrayUser = project. hasProperty (' BINTRAY_USER' ) ? BINTRAY_USER : ' n/a'
@@ -38,10 +38,6 @@ repositories {
3838 maven {
3939 url " https://dl.bintray.com/openapi-processor/primary"
4040 }
41- maven {
42- // deprecated but still used
43- url " https://dl.bintray.com/hauner/openapi-processor"
44- }
4541}
4642
4743test {
@@ -78,7 +74,7 @@ dependencies {
7874 implementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk8'
7975 implementation " com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion "
8076
81- compileOnly " com.github.hauner.openapi :openapi-processor-api:$processorApiVersion "
77+ compileOnly " io.openapiprocessor :openapi-processor-api:$processorApiVersion "
8278
8379 implementation ' org.openapi4j:openapi-parser:1.0'
8480 implementation (' io.swagger.parser.v3:swagger-parser:2.0.20' ) {
@@ -99,8 +95,8 @@ dependencies {
9995 exclude group : ' org.codehaus.mojo'
10096 }
10197
102- testImplementation " com.github.hauner.openapi :openapi-processor-api:$processorApiVersion "
103- testImplementation (' com.github.hauner.openapi :openapi-processor-test:1.0.0.M1' ) {
98+ testImplementation " io.openapiprocessor :openapi-processor-api:$processorApiVersion "
99+ testImplementation (' io.openapiprocessor :openapi-processor-test:1.0.0.M1' ) {
104100 exclude group : ' com.google.guava'
105101 }
106102
0 commit comments