summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 42f24e7..95747aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,13 +66,13 @@
<version>${auto-value.version}</version>
<scope>provided</scope>
</dependency>
- <!-- runtime dependencies -->
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>${h2.version}</version>
- <scope>runtime</scope>
+ <scope>compile</scope>
</dependency>
+ <!-- runtime dependencies -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>