Browse Source

AMBARI-20230. Pom.xml change in Workflow manager to fix the version of front end plugin to make it compatible with the maven version used in ambari (Venkata Sairam via pallavkul)

pallavkul 8 years ago
parent
commit
0c9e3a75b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/views/wfmanager/pom.xml

+ 1 - 1
contrib/views/wfmanager/pom.xml

@@ -158,7 +158,7 @@
 			<plugin>
 				<groupId>com.github.eirslett</groupId>
 				<artifactId>frontend-maven-plugin</artifactId>
-				<version>1.0</version>
+				<version>0.0.16</version>
 				<configuration>
 					<nodeVersion>v4.5.0</nodeVersion>
 					<npmVersion>2.15.0</npmVersion>