Skip to content

Commit

Permalink
chore: remove reference in pom.xml version
Browse files Browse the repository at this point in the history
Simplify pom.xml for static code analyser and dependency checkers
  • Loading branch information
cpaulve-1A committed Dec 12, 2024
1 parent 98c0c6b commit b8b7c51
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 b8b7c51

Please sign in to comment.