Skip to content

Commit

Permalink
Add quarkus-jdbc-derby-deployment constraint to the BOM
Browse files Browse the repository at this point in the history
(cherry picked from commit 28f29aa)
  • Loading branch information
aloubyansky authored and gsmet committed Jul 5, 2022
1 parent 7b732d3 commit 8bbb62f
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 @@ -1203,6 +1203,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 8bbb62f

Please sign in to comment.