Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Merge requests
  • !10157

modified tow pom.xml

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/i-Taozi/master into master Aug 15, 2021
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 2

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

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/i-Taozi/master