YARN-7170. Improve bower dependencies for YARN UI v2. (Sunil G via wangda)
This commit is contained in:
parent
ce7cf66e5e
commit
4afd308b62
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
"directory": "bower_components",
|
||||
"analytics": false,
|
||||
"resolvers": [
|
||||
"bower-shrinkwrap-resolver-ext"
|
||||
]
|
||||
"analytics": false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue