Skip to content

Commit

Permalink
Exclude older version of hsqldb
Browse files Browse the repository at this point in the history
  • Loading branch information
janblom committed Oct 26, 2023
1 parent 0ed7a93 commit d591898
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rabbit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@
<groupId>net.sf.ucanaccess</groupId>
<artifactId>ucanaccess</artifactId>
<version>5.0.1</version>
<exclusions>
<exclusion>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
Expand Down

0 comments on commit d591898

Please sign in to comment.