aboutsummaryrefslogtreecommitdiffstats
path: root/application-preprocessor/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2017-04-20 11:06:27 +0200
committerHarald Musum <musum@yahoo-inc.com>2017-04-20 11:06:27 +0200
commit8b4fadca9ab7911dfba3433dd73686d5aab9a22b (patch)
tree866a07956f9814d50f560bb47b9f75bf9433a725 /application-preprocessor/pom.xml
parentf044ae06cb46c2d46eb8b1605bfc687fcb57115b (diff)
Simple unit test to see that wrapper class actually works
Diffstat (limited to 'application-preprocessor/pom.xml')
-rw-r--r--application-preprocessor/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/application-preprocessor/pom.xml b/application-preprocessor/pom.xml
index b4cfd16834b..0ade01e2015 100644
--- a/application-preprocessor/pom.xml
+++ b/application-preprocessor/pom.xml
@@ -58,6 +58,11 @@
<artifactId>vespalog</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>