Created by: i-Taozi
We noticed a problem with two pom.xml files in this project. Each of them has a SNAPSHOT dependency. The SNAPSHOT dependency will require downloading the latest component every time a build is made, which will definitely increase the build time. Therefore, we have modified the versions of the two dependency versions as follows:
① Relative paths: openapi-generator/samples/server/petstore/jaxrs-cxf-test-data/pom.xml Dependency: { Name: org.openapitools/openapi-generator, Version Specifier: 5.2.0-SNAPSHOT } ------> 5.2.0
② Relative paths: openapi-generator/samples/server/petstore/kotlin/vertx/pom.xml Dependency: {Name: org.jetbrains.kotlinx/kotlinx-coroutines-core, Version Specifier: RELEASE} ------> 1.5.1-native-mt