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
parent ce7cf66e5e
commit 4afd308b62
3 changed files with 3 additions and 5 deletions

View File

@ -138,6 +138,7 @@
<surefire.fork.timeout>900</surefire.fork.timeout>
<aws-java-sdk.version>1.11.199</aws-java-sdk.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>

View File

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

View File

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