aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2018-09-27 20:54:58 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-27 20:54:58 +0000
commit4c08563842f36c43ff22b281c4a90f2d2a76d725 (patch)
treec2c3cae06867e8f137cd5d4691020b14843eeb7a /pom.xml
parent98f7f547a1b29b0a5d20872ebc8339da6ac6e4ed (diff)
parent572693a58c108d6174ed6e138e989cd2f1a6b1b0 (diff)
Merge "Config from Docker ENV parameters"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 615b3fb..f1eb047 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,14 +82,14 @@
<!-- PLUGINS VERSIONS -->
<compiler.plugin.version>3.3</compiler.plugin.version>
- <surefire.plugin.version>2.19.1</surefire.plugin.version>
+ <!-- <surefire.plugin.version>2.19.1</surefire.plugin.version> -->
<failsafe.plugin.version>2.19.1</failsafe.plugin.version>
<bundle.plugin.version>2.5.4</bundle.plugin.version>
<autorun.plugin.version>1.7</autorun.plugin.version>
<eclipe.plugin.version>2.10</eclipe.plugin.version>
<findbugs.plugin.version>3.0.2</findbugs.plugin.version>
<pmd.plugin.version>3.5</pmd.plugin.version>
- <surefire.report.plugin.version>2.19.1</surefire.report.plugin.version>
+ <!-- <surefire.report.plugin.version>2.19.1</surefire.report.plugin.version> -->
<checkstyle.plugin.version>2.16</checkstyle.plugin.version>
<javadoc.plugin.version>2.10.4</javadoc.plugin.version>
<source.plugin.version>2.4</source.plugin.version>