File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,19 @@ kotlin = "1.9.10"
33build-jdk = " 11"
44test-jdk = " 17"
55
6+ api = " 2023.1"
7+ core = " 2023.5"
8+
69junit = " 5.9.3"
710jacoco = " 0.8.7"
811
912[libraries ]
10- openapi-processor-api = " io.openapiprocessor:openapi-processor-api:2023.1 "
11- openapi-processor-test = " io.openapiprocessor:openapi-processor-test:2023.4 "
12- openapi-processor-core = " io.openapiprocessor:openapi-processor-core:2023.4 "
13- openapi-processor-parser-api = " io.openapiprocessor:openapi-processor-core-parser-api:2023.4 "
14- openapi-processor-parser-swagger = " io.openapiprocessor:openapi-processor-core-parser-swagger:2023.4 "
15- openapi-processor-parser-openapi4j = " io.openapiprocessor:openapi-processor-core-parser-openapi4j:2023.4 "
13+ openapi-processor-api = { module = " io.openapiprocessor:openapi-processor-api" , version.ref = " api " }
14+ openapi-processor-test = { module = " io.openapiprocessor:openapi-processor-test" , version.ref = " core " }
15+ openapi-processor-core = { module = " io.openapiprocessor:openapi-processor-core" , version.ref = " core " }
16+ openapi-processor-parser-api = { module = " io.openapiprocessor:openapi-processor-core-parser-api" , version.ref = " core " }
17+ openapi-processor-parser-swagger = { module = " io.openapiprocessor:openapi-processor-core-parser-swagger" , version.ref = " core " }
18+ openapi-processor-parser-openapi4j = { module = " io.openapiprocessor:openapi-processor-core-parser-openapi4j" , version.ref = " core " }
1619
1720jackson-bom = " com.fasterxml.jackson:jackson-bom:2.15.3"
1821jackson-databind = { module = " com.fasterxml.jackson.core:jackson-databind" }
You can’t perform that action at this time.
0 commit comments