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>
|
<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
|
<!-- the version of Hadoop declared in the version resources; can be overridden
|
||||||
so that Hadoop 3.x can declare itself a 2.x artifact. -->
|
so that Hadoop 3.x can declare itself a 2.x artifact. -->
|
||||||
<declared.hadoop.version>${project.version}</declared.hadoop.version>
|
<declared.hadoop.version>${project.version}</declared.hadoop.version>
|
||||||
|
@ -132,7 +132,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>
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
{
|
{
|
||||||
"directory": "bower_components",
|
"directory": "bower_components",
|
||||||
"analytics": false,
|
"analytics": false
|
||||||
"resolvers": [
|
|
||||||
"bower-shrinkwrap-resolver-ext"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user