Skip to content

Commit

Permalink
chore: remove reference in pom.xml version (#2585)
Browse files Browse the repository at this point in the history
## Proposed change
Simplify pom.xml for static code analyser and dependency checkers

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

*- No issue associated -*

<!-- * 🐛 Fix #issue -->
<!-- * 🐛 Fix resolves #issue -->
<!-- * 🚀 Feature #issue -->
<!-- * 🚀 Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->
  • Loading branch information
cpaulve-1A authored Dec 13, 2024
2 parents 65931d3 + b8b7c51 commit 3c097e5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-core</artifactId>
<version>${swagger-core.version}</version>
<version>2.2.26</version>
</dependency>
<dependency>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator</artifactId>
<version>${openapi-generator-version}</version>
<version>7.10.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -127,9 +127,6 @@
</dependencies>
<properties>
<maven-plugin-version>1.0.0</maven-plugin-version>
<openapi-generator-version>7.10.0</openapi-generator-version>
<swagger-core.version>2.2.26</swagger-core.version>
<junit-version>4.8.1</junit-version>
<version>1.0.0</version>
<project.version>0.0.0</project.version>
<jar.finalName>${project.name}</jar.finalName>
Expand Down
27 changes: 27 additions & 0 deletions tools/github-actions/new-version/packaged-action/LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c097e5

Please sign in to comment.