default values and forced indexing

This commit is contained in:
gezvf
2017-09-18 15:54:24 +02:00
parent 11e5b743d8
commit 70bd8f3443
6 changed files with 59 additions and 18 deletions
+6
View File
@@ -32,6 +32,12 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>com.univocity</groupId>
<artifactId>univocity-parsers</artifactId>
<version>2.4.1</version>
<type>jar</type>
</dependency>
</dependencies>
<build>