aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPawel <pawel.kasperkiewicz@nokia.com>2019-03-27 02:31:46 -0400
committerPawel <pawel.kasperkiewicz@nokia.com>2019-03-29 03:05:46 -0400
commit3e4946f538604b1621b845c72e582f917c275275 (patch)
tree07d706ff58171811b5ef3d9f4005e0d34d3e3a34 /pom.xml
parent072b8c23fdfd43f1d2f5e7d0c4653f77fffed824 (diff)
Added stopwatch filter
Issue-ID: DMAAP-1109 Change-Id: I1738444ec9ce18768efdc9693c9669990660698f Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f78118d..fdc0cc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -347,7 +347,13 @@
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
</dependency>
- </dependencies>
+ <dependency>
+ <groupId>pl.pragmatists</groupId>
+ <artifactId>JUnitParams</artifactId>
+ <version>1.1.0</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
<reporting>
<plugins>
<plugin>