mirror of https://github.com/apache/nifi.git
parent
641ba29cc8
commit
c1459825bb
|
@ -23,8 +23,7 @@
|
|||
<artifactId>nifi-web-ui</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<properties>
|
||||
<node.version>v5.7.0</node.version>
|
||||
<npm.version>1.3.8</npm.version>
|
||||
<node.version>v8.10.0</node.version>
|
||||
<maven.javadoc.skip>true</maven.javadoc.skip>
|
||||
<source.skip>true</source.skip>
|
||||
<staging.dir>${project.build.directory}/tmp</staging.dir>
|
||||
|
@ -372,7 +371,6 @@
|
|||
<phase>generate-resources</phase>
|
||||
<configuration>
|
||||
<nodeVersion>${node.version}</nodeVersion>
|
||||
<npmVersion>${npm.version}</npmVersion>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
|
|
|
@ -1,26 +1,38 @@
|
|||
{
|
||||
"name": "apache-nifi",
|
||||
"description": "Apache NiFi 3rd party client side resources.",
|
||||
"dependencies": {
|
||||
"font-awesome": "4.6.1",
|
||||
"angular-material": "1.0.8",
|
||||
"angular-resource": "1.5.5",
|
||||
"angular-route": "1.5.5",
|
||||
"jquery": "3.1.1",
|
||||
"jquery-ui-dist": "1.12.1",
|
||||
"jquery-minicolors": "2.1.10",
|
||||
"jquery-form": "3.50.0",
|
||||
"qtip2": "3.0.3",
|
||||
"slickgrid": "2.3.3",
|
||||
"jsonlint": "1.6.2",
|
||||
"JSON2": "0.1.0",
|
||||
"reset.css": "2.0.2",
|
||||
"angular": "1.5.11",
|
||||
"angular-aria": "1.5.11",
|
||||
"angular-animate": "1.5.11",
|
||||
"angular-messages": "1.5.11",
|
||||
"angular-mocks": "1.5.11",
|
||||
"angular-resource": "1.5.5",
|
||||
"angular-sanitize": "1.5.11",
|
||||
"angular-route": "1.5.5",
|
||||
"angular-material": "1.0.8",
|
||||
"d3": "4.13.0",
|
||||
"d3-selection-multi": "1.0.1",
|
||||
"url-search-params": "0.6.1"
|
||||
"jquery-minicolors": "2.1.10",
|
||||
"jquery-ui-dist": "1.12.1",
|
||||
"font-awesome": "4.6.1",
|
||||
"jquery": "3.1.1",
|
||||
"reset.css": "2.0.2",
|
||||
"jquery-form": "3.50.0",
|
||||
"url-search-params": "0.6.1",
|
||||
"jsonlint": "1.6.2",
|
||||
"qtip2": "3.0.3",
|
||||
"slickgrid": "2.3.3"
|
||||
},
|
||||
"scripts": {
|
||||
},
|
||||
"description": "Apache NiFi 3rd party client side resources.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/apache/nifi"
|
||||
}
|
||||
"url": "git+https://github.com/apache/nifi.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/apache/nifi/issues"
|
||||
},
|
||||
"homepage": "https://github.com/apache/nifi#readme"
|
||||
}
|
|
@ -21,8 +21,7 @@ language governing permissions and limitations under the License. -->
|
|||
|
||||
<packaging>war</packaging>
|
||||
<properties>
|
||||
<node.version>v5.7.0</node.version>
|
||||
<npm.version>1.3.8</npm.version>
|
||||
<node.version>v8.10.0</node.version>
|
||||
<maven.javadoc.skip>true</maven.javadoc.skip>
|
||||
<source.skip>true</source.skip>
|
||||
<frontend.dependency.configs>${basedir}/src/main/frontend</frontend.dependency.configs>
|
||||
|
@ -190,7 +189,6 @@ language governing permissions and limitations under the License. -->
|
|||
<phase>generate-resources</phase>
|
||||
<configuration>
|
||||
<nodeVersion>${node.version}</nodeVersion>
|
||||
<npmVersion>${npm.version}</npmVersion>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
|
|
Loading…
Reference in New Issue