aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authoramshegokar <AS00500801@techmahindra.com>2018-09-26 12:17:33 +0530
committeramshegokar <AS00500801@techmahindra.com>2018-09-26 12:17:33 +0530
commit572693a58c108d6174ed6e138e989cd2f1a6b1b0 (patch)
tree18add68f31a707616be2ee121ff5ea2970347c26 /pom.xml
parent417c0ab02b909f19cea5fa947a10c2089789d363 (diff)
Config from Docker ENV parameters
Taking Adapter Config from Docker ENV parameters if CONSUL_HOST flag is present Change-Id: Id097e433112fbdcc0d403ca3f87abee123e76693 Issue-ID: DCAEGEN2-335 Signed-off-by: amshegokar <AS00500801@techmahindra.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 7342310..f1eb047 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
<httpclient.version>4.5.6</httpclient.version>
<commons.lang3.version>3.5</commons.lang3.version>
- <docker.maven.version>1.0.0</docker.maven.version>
+ <docker.maven.version>1.1.1</docker.maven.version>
<!--TESTING DEPENDENCIES -->
<junit.version>4.12</junit.version>
@@ -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>
@@ -129,12 +129,12 @@
<dependencies>
<!-- LOGGING -->
- <dependency>
+ <!-- <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
<scope>provided</scope>
- </dependency>
+ </dependency> -->
<!-- UTILITIES -->
@@ -562,7 +562,7 @@
<artifactId>docker-maven-plugin</artifactId>
<version>${docker.maven.version}</version>
<configuration>
- <skipDockerBuild>true</skipDockerBuild>
+ <skipDockerBuild>false</skipDockerBuild>
</configuration>
</plugin>
</plugins>