aboutsummaryrefslogtreecommitdiffstats
path: root/reference/logging-filter/logging-filter-base/pom.xml
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2019-09-11 12:08:57 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2019-09-12 10:35:46 -0400
commit6d2517284b774b2ab6cb4762a8c749d0daf8c2f5 (patch)
tree2f99287889c0569b7cec8567cc6eed1a0a9d55cd /reference/logging-filter/logging-filter-base/pom.xml
parentaf7b98db7774e3232a9fe3b988a0c7f86a1af4ea (diff)
Adding/Replacing Plugins to format/validate code
Replacing Groovy script with directory-maven-plugin to identify baseDirPath Add license-maven-plugin plugin to Generate / Validate Copyright header Adding tidy-maven-plugin to format / validate POM.xml Updating Java Code Formatter Sytle XML to Version 13 Issue-ID: LOG-1129 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ifa333053bb1dff70f28b14ea9460073043e9c847
Diffstat (limited to 'reference/logging-filter/logging-filter-base/pom.xml')
-rw-r--r--reference/logging-filter/logging-filter-base/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/reference/logging-filter/logging-filter-base/pom.xml b/reference/logging-filter/logging-filter-base/pom.xml
index 297d54d..d275833 100644
--- a/reference/logging-filter/logging-filter-base/pom.xml
+++ b/reference/logging-filter/logging-filter-base/pom.xml
@@ -54,9 +54,9 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
- <scope>test</scope>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
</dependency>
</dependencies>
</project>