21
21
22
22
23
23
ext {
24
- processorApiVersion = ' 1.0.0 '
24
+ processorApiVersion = ' 1.1.0.M1 '
25
25
jacksonVersion = ' 2.11.0'
26
26
27
27
bintrayUser = project. hasProperty (' BINTRAY_USER' ) ? BINTRAY_USER : ' n/a'
@@ -38,10 +38,6 @@ repositories {
38
38
maven {
39
39
url " https://dl.bintray.com/openapi-processor/primary"
40
40
}
41
- maven {
42
- // deprecated but still used
43
- url " https://dl.bintray.com/hauner/openapi-processor"
44
- }
45
41
}
46
42
47
43
test {
@@ -78,7 +74,7 @@ dependencies {
78
74
implementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk8'
79
75
implementation " com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion "
80
76
81
- compileOnly " com.github.hauner.openapi :openapi-processor-api:$processorApiVersion "
77
+ compileOnly " io.openapiprocessor :openapi-processor-api:$processorApiVersion "
82
78
83
79
implementation ' org.openapi4j:openapi-parser:1.0'
84
80
implementation (' io.swagger.parser.v3:swagger-parser:2.0.20' ) {
@@ -99,8 +95,8 @@ dependencies {
99
95
exclude group : ' org.codehaus.mojo'
100
96
}
101
97
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' ) {
104
100
exclude group : ' com.google.guava'
105
101
}
106
102
0 commit comments