aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/pom.xml
diff options
context:
space:
mode:
authorilanap <ilanap@amdocs.com>2018-01-04 11:34:59 +0200
committerAvi Gaffa <avi.gaffa@amdocs.com>2018-01-04 12:43:23 +0000
commit1965d1663135b880b9774bca2630260e6f28d198 (patch)
tree41e257652bee2451402df284fd43138cf2fa91a2 /openecomp-ui/pom.xml
parentbd33bd2374a63b10414e1b14d32d596188fb1957 (diff)
Replace restful-js with Axios
Change-Id: If47c5b7708885e84d632255557543d292f3ccd69 Issue-ID: SDC-869 Signed-off-by: ilanap <ilanap@amdocs.com>
Diffstat (limited to 'openecomp-ui/pom.xml')
-rw-r--r--openecomp-ui/pom.xml17
1 files changed, 3 insertions, 14 deletions
diff --git a/openecomp-ui/pom.xml b/openecomp-ui/pom.xml
index df86ce7748..02c3ac27de 100644
--- a/openecomp-ui/pom.xml
+++ b/openecomp-ui/pom.xml
@@ -102,26 +102,15 @@
<arguments>install</arguments>
</configuration>
</execution>
-
- <!-- Fix jQuery dependency in restful-js -->
<execution>
- <id>npm restful-js</id>
+ <id>npm build in dox-sequence-diagram-ui</id>
<goals>
<goal>npm</goal>
</goals>
<configuration>
- <arguments>install restful-js</arguments>
- </configuration>
- </execution>
- <execution>
- <id>npm install restful-js dependencies</id>
- <goals>
- <goal>npm</goal>
- </goals>
- <configuration>
- <workingDirectory>${project.basedir}/node_modules/restful-js
+ <workingDirectory>${project.basedir}/../dox-sequence-diagram-ui
</workingDirectory>
- <arguments>install --production</arguments>
+ <arguments>run build</arguments>
</configuration>
</execution>