Skip to content

Commit

Permalink
feat: fix bom dependencies (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Jan 27, 2024
1 parent cea795c commit 35e1e56
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@
<artifactId>onecx-openapi-generator</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.github.onecx.quarkus</groupId>
<artifactId>onecx-parameters</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.github.onecx.quarkus</groupId>
<artifactId>onecx-security</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 35e1e56

Please sign in to comment.