diff --git a/README.md b/README.md index 430e2c41ac..e3be78ad13 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,9 @@ Apache NiFi was made for dataflow. It supports highly configurable directed grap - Pluggable fine-grained role-based authentication/authorization - Multiple teams can manage and share specific portions of the flow -## Requirements -* JDK 1.8 (*ongoing work to enable NiFi to run on Java 9/10/11; see [NIFI-5174](https://issues.apache.org/jira/browse/NIFI-5174)*) -* Apache Maven 3.6.0 or newer -* Git Client (used during build process by 'bower' plugin) +## Minimum Requirements +* JDK 8 +* Apache Maven 3.6.0 ## Getting Started diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml index 93a78496be..8d0feb7694 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml @@ -41,10 +41,6 @@ ${basedir}/src/main/frontend ${project.build.directory}/frontend-working-directory ${project.build.directory}/${project.build.finalName}/assets - -