aboutsummaryrefslogtreecommitdiffstats
path: root/reference/logging-slf4j-demo
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2020-02-25 15:35:53 -0500
committerSingal, Kapil (ks220y) <ks220y@att.com>2020-02-25 15:35:53 -0500
commit06b15698ade19cabc2ee59d3e31f8fd2c234828a (patch)
treefb8f78dd07a62b2f130d131394ad99883a0557be /reference/logging-slf4j-demo
parent5e09f5dacee3b0741c2c2857fa813015f9021967 (diff)
Refactoring JUNIT and MOCKITO
Changing Version junit -> 4.12 and Mockito-core -> 2.23.4 Issue-ID: LOG-1205 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I53e20c6c1154e97eb5d481ddaf30f626c166a294
Diffstat (limited to 'reference/logging-slf4j-demo')
-rw-r--r--reference/logging-slf4j-demo/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/reference/logging-slf4j-demo/pom.xml b/reference/logging-slf4j-demo/pom.xml
index 900bf2e..455d9dc 100644
--- a/reference/logging-slf4j-demo/pom.xml
+++ b/reference/logging-slf4j-demo/pom.xml
@@ -139,7 +139,9 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
+ <version>3.2.3</version>
<configuration />
</plugin>
<plugin>