Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-at-the-hyve committed Apr 24, 2023
1 parent 8de18aa commit 2ee18de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rabbit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
Expand Down Expand Up @@ -228,6 +233,5 @@
<artifactId>ant</artifactId>
<version>1.10.13</version>
</dependency>

</dependencies>
</project>

0 comments on commit 2ee18de

Please sign in to comment.