Skip to content

Commit

Permalink
Merge pull request #26545 from aloubyansky/add-derby-deployment-to-bom
Browse files Browse the repository at this point in the history
Add quarkus-jdbc-derby-deployment constraint to the BOM
  • Loading branch information
gsmet authored Jul 4, 2022
2 parents 5ae3f70 + 28f29aa commit 11d248e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1220,6 +1220,11 @@
<artifactId>quarkus-jdbc-derby</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jdbc-derby-deployment</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-kafka-client</artifactId>
Expand Down

0 comments on commit 11d248e

Please sign in to comment.