This repository was archived by the owner on Mar 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/testInt/groovy/com/github/hauner/openapi/processor/core/processor/test Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919
2020
2121ext {
22- processorApiVersion = ' 1.1.0.M1 '
22+ processorApiVersion = ' 1.1.0-SNAPSHOT '
2323 jacksonVersion = ' 2.11.0'
2424
2525 bintrayUser = project. hasProperty (' BINTRAY_USER' ) ? BINTRAY_USER : ' n/a'
@@ -111,7 +111,7 @@ dependencies {
111111 }
112112
113113 testImplementation " io.openapiprocessor:openapi-processor-api:$processorApiVersion "
114- testImplementation (' io.openapiprocessor:openapi-processor-test:1.0.0.M1 ' ) {
114+ testImplementation (' io.openapiprocessor:openapi-processor-test:1.0.0-SNAPSHOT ' ) {
115115 exclude group : ' com.google.guava'
116116 }
117117
Original file line number Diff line number Diff line change 1616
1717package com.github.hauner.openapi.processor.core.processor.test
1818
19- import com.github.hauner.openapi.api.OpenApiProcessor
2019import com.github.hauner.openapi.core.converter.ApiConverter
2120import com.github.hauner.openapi.core.converter.ApiOptions
2221import com.github.hauner.openapi.core.framework.FrameworkBase
@@ -31,6 +30,7 @@ import com.github.hauner.openapi.core.writer.java.InterfaceWriter
3130import com.github.hauner.openapi.core.writer.java.MethodWriter
3231import com.github.hauner.openapi.core.writer.java.StringEnumWriter
3332import groovy.util.logging.Slf4j
33+ import io.openapiprocessor.api.OpenApiProcessor
3434
3535/**
3636 * Simple processor for testing.
You can’t perform that action at this time.
0 commit comments