YARN-7170. Improve bower dependencies for YARN UI v2. (Sunil G via wangda)

This commit is contained in:
Wangda Tan 2017-10-19 21:58:31 -07:00 committed by vrushali
parent 28c54989d6
commit bc2326f5f0
3 changed files with 6 additions and 5 deletions

View File

@ -132,6 +132,10 @@
<surefire.fork.timeout>900</surefire.fork.timeout> <surefire.fork.timeout>900</surefire.fork.timeout>
<aws-java-sdk.version>1.11.199</aws-java-sdk.version> <aws-java-sdk.version>1.11.199</aws-java-sdk.version>
<hsqldb.version>2.3.4</hsqldb.version> <hsqldb.version>2.3.4</hsqldb.version>
<frontend-maven-plugin.version>1.5</frontend-maven-plugin.version>
<!-- the version of Hadoop declared in the version resources; can be overridden
so that Hadoop 3.x can declare itself a 2.x artifact. -->
<declared.hadoop.version>${project.version}</declared.hadoop.version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>

View File

@ -133,7 +133,7 @@
<plugin> <plugin>
<groupId>com.github.eirslett</groupId> <groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId> <artifactId>frontend-maven-plugin</artifactId>
<version>1.2</version> <version>${frontend-maven-plugin.version}</version>
<configuration> <configuration>
<workingDirectory>${webappDir}</workingDirectory> <workingDirectory>${webappDir}</workingDirectory>
</configuration> </configuration>

View File

@ -1,7 +1,4 @@
{ {
"directory": "bower_components", "directory": "bower_components",
"analytics": false, "analytics": false
"resolvers": [
"bower-shrinkwrap-resolver-ext"
]
} }