summaryrefslogtreecommitdiffstats
path: root/it/jvpp-benchmark/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'it/jvpp-benchmark/pom.xml')
-rw-r--r--it/jvpp-benchmark/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/it/jvpp-benchmark/pom.xml b/it/jvpp-benchmark/pom.xml
index 2b5d334b8..4c1920a10 100644
--- a/it/jvpp-benchmark/pom.xml
+++ b/it/jvpp-benchmark/pom.xml
@@ -68,6 +68,11 @@
<artifactId>jvpp-acl</artifactId>
<version>${jvpp.version}</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>