diff options
author | Stone, Avi (as206k) <as206k@att.com> | 2018-05-17 16:55:12 +0300 |
---|---|---|
committer | Stone, Avi (as206k) <as206k@att.com> | 2018-05-17 16:57:21 +0300 |
commit | e414ec5430707c9d1e11dd0fed11d0bc8273b819 (patch) | |
tree | 00425180fa417602883c894160c82d53af913a20 /pom.xml | |
parent | 42aee2d5a03624130d1373238e58766aa30e716b (diff) |
Fix pom for docker files
Fix poms for docker files so the docker job would run
Change-Id: I13d880c80f5e054234658a215fe8c1b475f25c1f
Issue-ID: SDC-1339
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -149,7 +149,7 @@ <dependency> <groupId>org.onap.sdc.dcae-d.dt-be-property</groupId> <artifactId>DCAE-DT-PROPERTY</artifactId> - <version>${project.version}</version> + <version>1.2.0-SNAPSHOT</version> </dependency> </dependencies> </profile> @@ -308,7 +308,7 @@ <goal>yarn</goal> </goals> <configuration> - <arguments>global add node-gyp</arguments> + <arguments>global add node-gyp --network-timeout 1000000</arguments> </configuration> </execution> <execution> |