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 9fe5b2f commit 0a91509
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions symmetric/symmetric-client/pom.xml
Expand Up @@ -109,6 +109,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<classifier>jdk5</classifier>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions symmetric/symmetric-io/pom.xml
Expand Up @@ -80,6 +80,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<classifier>jdk5</classifier>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions symmetric/symmetric-jdbc/pom.xml
Expand Up @@ -70,6 +70,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<classifier>jdk5</classifier>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions symmetric/symmetric-server/pom.xml
Expand Up @@ -204,6 +204,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<classifier>jdk5</classifier>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0a91509

Please sign in to comment.