totalNGrams: Bump version to 1.7 (automatic XML unescaping)
diff --git a/pom.xml b/pom.xml
index b3e122c..6e1cdc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<groupId>groupId</groupId>
<artifactId>nGrammFoldCount</artifactId>
- <version>1.6</version>
+ <version>1.7</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -213,5 +213,11 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
</dependency>
+ <dependency>
+ <groupId>org.jetbrains</groupId>
+ <artifactId>annotations</artifactId>
+ <version>RELEASE</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file