Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit b77d958

Browse files
committed
get family dependencies by new group id
1 parent 6076aa3 commit b77d958

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

build.gradle

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ java {
2121

2222

2323
ext {
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

4743
test {
@@ -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

Comments
 (0)