commit | 6638bb2d153d5b460b9e17ffc020e67283a8b877 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Jul 27 12:27:59 2020 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Jul 27 15:53:37 2020 +0200 |
tree | 2d427ee9d3441cf67f704653916c78dd2352bb25 | |
parent | 9c63b57bf420e50494aada8066a081610bcfb54c [diff] [blame] |
totalngrams: start adding unit tests
diff --git a/pom.xml b/pom.xml index 06d16eb..54b31bf 100644 --- a/pom.xml +++ b/pom.xml
@@ -156,5 +156,11 @@ <artifactId>parallelgzip</artifactId> <version>1.0.5</version> </dependency> + <dependency> + <groupId>org.junit.jupiter</groupId> + <artifactId>junit-jupiter</artifactId> + <version>RELEASE</version> + <scope>test</scope> + </dependency> </dependencies> </project> \ No newline at end of file