commit | 4b9fbd71c86846f0aa5006070b14b9c1ef821d88 | [log] [tgz] |
---|---|---|
author | Joachim Bingel <joa.bingel@gmail.com> | Thu Dec 18 15:57:05 2014 +0000 |
committer | Joachim Bingel <joa.bingel@gmail.com> | Thu Dec 18 15:57:05 2014 +0000 |
tree | 6468997958d9f39d3cf5a3a91aba601ed38a2087 | |
parent | 6003b852456d1e7846fa68b3303cfa901cf038ca [diff] [blame] |
- improved error notifications - re-included KorAP-Entities in mvn dependencies
diff --git a/pom.xml b/pom.xml index a625004..b3b66f8 100644 --- a/pom.xml +++ b/pom.xml
@@ -71,6 +71,11 @@ <artifactId>cql-java</artifactId> <version>1.12</version> </dependency> + <dependency> + <groupId>KorAP-modules</groupId> + <artifactId>KorAP-Entities</artifactId> + <version>1.1</version> + </dependency> </dependencies> <build> <sourceDirectory>${basedir}/src/main/java</sourceDirectory>