Skip to content

Commit

Permalink
use 1.5 version of hsqldb
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Apr 26, 2012
1 parent 0a91509 commit cbcf869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion symmetric/symmetric-parent/pom.xml
Expand Up @@ -712,7 +712,8 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>${version.hsqldb}</version>
<classifier>jdk5</classifier>
<version>${version.hsqldb}</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down

0 comments on commit cbcf869

Please sign in to comment.