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
  • Loading branch information
aloubyansky committed Jul 4, 2022
1 parent 7be4b90 commit 28f29aa
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 28f29aa

Please sign in to comment.