cql serialization compilation fixes
diff --git a/pom.xml b/pom.xml
index 35aa352..a8675f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,6 +13,12 @@
<packaging>jar</packaging>
<name>KorAP-querySerialization</name>
<url>http://maven.apache.org</url>
+ <repositories>
+ <repository>
+ <id>id-maven-repo</id>
+ <url>http://maven.indexdata.com</url>
+ </repository>
+ </repositories>
<dependencies>
<dependency>
<groupId>org.antlr</groupId>
@@ -60,6 +66,11 @@
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
+ <dependency>
+ <groupId>org.z3950.zing</groupId>
+ <artifactId>cql-java</artifactId>
+ <version>1.12</version>
+ </dependency>
</dependencies>
<build>
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>