Skip to content

Commit

Permalink
Include the derbytools library
Browse files Browse the repository at this point in the history
  • Loading branch information
garricko committed Nov 2, 2024
1 parent 18921de commit 8111585
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,12 @@
<version>10.16.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbytools</artifactId>
<version>10.16.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-unit</artifactId>
Expand Down

0 comments on commit 8111585

Please sign in to comment.