3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-07 06:44:16 +00:00

Make H2 non required.

This commit is contained in:
Mike Hearn 2012-12-16 13:38:46 +01:00
parent eacda0bdfc
commit 826aafd3e0

View File

@ -167,6 +167,7 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.3.167</version>
<optional>true</optional>
</dependency>
<dependency>
@ -184,6 +185,7 @@
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>