diff options
author | amshegokar <AS00500801@techmahindra.com> | 2018-09-26 12:17:33 +0530 |
---|---|---|
committer | amshegokar <AS00500801@techmahindra.com> | 2018-09-26 12:17:33 +0530 |
commit | 572693a58c108d6174ed6e138e989cd2f1a6b1b0 (patch) | |
tree | 18add68f31a707616be2ee121ff5ea2970347c26 /pom.xml | |
parent | 417c0ab02b909f19cea5fa947a10c2089789d363 (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.xml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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> |