summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authork.kedron <k.kedron@partner.samsung.com>2019-06-06 11:18:08 +0200
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-06-17 07:15:57 +0000
commit4b1861c863570af103e0c070e8834f97dfc35075 (patch)
tree04845158a7deee73ec3c5bf678fb72da6bdb1ef6 /pom.xml
parent9f9eca8a4228f02a41d37bfb518dff55f27a64f9 (diff)
Add new test for OnapLoggerFactory and Stopwatch.
Issue-ID: SDC-2327 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: Ib137a2ce8b7e31307b8b2f1483c79f9fa32599c5
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f35d2dd..02740e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,18 @@
<version>0.11</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>uk.org.lidalia</groupId>
+ <artifactId>slf4j-test</artifactId>
+ <version>1.0.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-inline</artifactId>
+ <version>2.7.13</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>