forked from loafle/openapi-generator-original
update jaxrs cxf, resteasy dependencies (#11414)
This commit is contained in:
@@ -346,7 +346,7 @@
|
||||
{{/generateSpringBootApplication}}
|
||||
{{/generateSpringApplication}}
|
||||
{{^generateSpringBootApplication}}
|
||||
<junit-version>4.13</junit-version>
|
||||
<junit-version>4.13.1</junit-version>
|
||||
<logback-version>1.2.0</logback-version>
|
||||
{{/generateSpringBootApplication}}
|
||||
<cxf-version>3.3.0</cxf-version>
|
||||
|
||||
@@ -266,7 +266,7 @@
|
||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||
<swagger-core-version>1.5.22</swagger-core-version>
|
||||
<jetty-version>9.2.9.v20150224</jetty-version>
|
||||
<junit-version>4.13</junit-version>
|
||||
<junit-version>4.13.1</junit-version>
|
||||
<logback-version>1.2.0</logback-version>
|
||||
{{#useBeanValidation}}
|
||||
<beanvalidation-version>2.0.2</beanvalidation-version>
|
||||
|
||||
@@ -25,7 +25,7 @@ dependencies {
|
||||
{{#java8}}
|
||||
compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.9'
|
||||
{{/java8}}
|
||||
testCompile 'junit:junit:4.13',
|
||||
testCompile 'junit:junit:4.13.1',
|
||||
'org.hamcrest:hamcrest-core:1.3'
|
||||
}
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ dependencies {
|
||||
//TODO: swaggerFeature
|
||||
compile 'io.swagger:swagger-jaxrs:1.5.12'
|
||||
|
||||
testCompile 'junit:junit:4.13',
|
||||
testCompile 'junit:junit:4.13.1',
|
||||
'org.hamcrest:hamcrest-core:1.3'
|
||||
}
|
||||
|
||||
|
||||
@@ -201,7 +201,7 @@
|
||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||
<swagger-core-version>1.5.22</swagger-core-version>
|
||||
<jetty-version>9.2.9.v20150224</jetty-version>
|
||||
<junit-version>4.13</junit-version>
|
||||
<junit-version>4.13.1</junit-version>
|
||||
<logback-version>1.2.0</logback-version>
|
||||
<beanvalidation-version>2.0.2</beanvalidation-version>
|
||||
<cxf-version>3.3.0</cxf-version>
|
||||
|
||||
@@ -201,7 +201,7 @@
|
||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||
<swagger-core-version>1.5.22</swagger-core-version>
|
||||
<jetty-version>9.2.9.v20150224</jetty-version>
|
||||
<junit-version>4.13</junit-version>
|
||||
<junit-version>4.13.1</junit-version>
|
||||
<logback-version>1.2.0</logback-version>
|
||||
<beanvalidation-version>2.0.2</beanvalidation-version>
|
||||
<cxf-version>3.3.0</cxf-version>
|
||||
|
||||
@@ -64,7 +64,6 @@ src/main/java/org/openapitools/api/impl/PetApiServiceImpl.java
|
||||
src/main/java/org/openapitools/api/impl/StoreApiServiceImpl.java
|
||||
src/main/java/org/openapitools/api/impl/UserApiServiceImpl.java
|
||||
src/main/resources/ApplicationContext.xml
|
||||
src/main/resources/test-data.json
|
||||
src/main/webapp/WEB-INF/context.xml
|
||||
src/main/webapp/WEB-INF/web.xml
|
||||
src/test/java/org/openapitools/api/SpringBootApplication.java
|
||||
|
||||
@@ -201,7 +201,7 @@
|
||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||
<swagger-core-version>1.5.22</swagger-core-version>
|
||||
<jetty-version>9.2.9.v20150224</jetty-version>
|
||||
<junit-version>4.13</junit-version>
|
||||
<junit-version>4.13.1</junit-version>
|
||||
<logback-version>1.2.0</logback-version>
|
||||
<beanvalidation-version>2.0.2</beanvalidation-version>
|
||||
<cxf-version>3.3.0</cxf-version>
|
||||
|
||||
@@ -23,7 +23,7 @@ dependencies {
|
||||
//TODO: swaggerFeature
|
||||
compile 'io.swagger:swagger-jaxrs:1.5.12'
|
||||
|
||||
testCompile 'junit:junit:4.13',
|
||||
testCompile 'junit:junit:4.13.1',
|
||||
'org.hamcrest:hamcrest-core:1.3'
|
||||
}
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ dependencies {
|
||||
//TODO: swaggerFeature
|
||||
compile 'io.swagger:swagger-jaxrs:1.5.12'
|
||||
|
||||
testCompile 'junit:junit:4.13',
|
||||
testCompile 'junit:junit:4.13.1',
|
||||
'org.hamcrest:hamcrest-core:1.3'
|
||||
}
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ dependencies {
|
||||
compile 'org.jboss.resteasy:resteasy-jackson2-provider:3.0.11.Final'
|
||||
providedCompile 'jakarta.validation:jakarta.validation-api:2.0.2'
|
||||
compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.9'
|
||||
testCompile 'junit:junit:4.13',
|
||||
testCompile 'junit:junit:4.13.1',
|
||||
'org.hamcrest:hamcrest-core:1.3'
|
||||
}
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ dependencies {
|
||||
providedCompile 'jakarta.validation:jakarta.validation-api:2.0.2'
|
||||
compile 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.9'
|
||||
compile 'joda-time:joda-time:2.7'
|
||||
testCompile 'junit:junit:4.13',
|
||||
testCompile 'junit:junit:4.13.1',
|
||||
'org.hamcrest:hamcrest-core:1.3'
|
||||
}
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ dependencies {
|
||||
providedCompile 'jakarta.validation:jakarta.validation-api:2.0.2'
|
||||
compile 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.9'
|
||||
compile 'joda-time:joda-time:2.7'
|
||||
testCompile 'junit:junit:4.13',
|
||||
testCompile 'junit:junit:4.13.1',
|
||||
'org.hamcrest:hamcrest-core:1.3'
|
||||
}
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ dependencies {
|
||||
//TODO: swaggerFeature
|
||||
compile 'io.swagger:swagger-jaxrs:1.5.12'
|
||||
|
||||
testCompile 'junit:junit:4.13',
|
||||
testCompile 'junit:junit:4.13.1',
|
||||
'org.hamcrest:hamcrest-core:1.3'
|
||||
}
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ dependencies {
|
||||
//TODO: swaggerFeature
|
||||
compile 'io.swagger:swagger-jaxrs:1.5.12'
|
||||
|
||||
testCompile 'junit:junit:4.13',
|
||||
testCompile 'junit:junit:4.13.1',
|
||||
'org.hamcrest:hamcrest-core:1.3'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user