diff options
author | Michael Lando <ml636r@att.com> | 2017-02-20 19:39:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-02-20 19:39:23 +0000 |
commit | f4092b589e2d738c26e166cb018a99b78c8a6da3 (patch) | |
tree | d4bed9944fe81950d9afcf1a17517d2e90be43b3 /openecomp-ui/pom.xml | |
parent | 3d35bb381713a3d5ccb7eea0c34a59188c0a51fc (diff) | |
parent | 0649e652577e96db0efc80bafec0bdd21518d0b8 (diff) |
Merge "Fix UI and docker"
Diffstat (limited to 'openecomp-ui/pom.xml')
-rw-r--r-- | openecomp-ui/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/openecomp-ui/pom.xml b/openecomp-ui/pom.xml index 1ff3a6ea61..ee6d32dd9a 100644 --- a/openecomp-ui/pom.xml +++ b/openecomp-ui/pom.xml @@ -13,13 +13,6 @@ <name>onboarding-ui-war</name> <packaging>war</packaging> - <repositories> - <repository> - <id>node</id> - <name>Node</name> - <url>https://maven-nodejs-proxy.pvtool.org/</url> - </repository> - </repositories> <build> <plugins> @@ -36,9 +29,6 @@ </execution> </executions> <configuration> - <npmVersion>4.3.0</npmVersion> - <nodeJsVersion>7.5.0</nodeJsVersion> - <nodeJsDirectory>/tmp/nodejs</nodeJsDirectory> <tasks> <npmInstallTask> <workingDirectory>${session.executionRootDirectory}/dox-sequence-diagram-ui</workingDirectory> |