Bladeren bron

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 jaren geleden
bovenliggende
commit
0c9e3a75b5
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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>