mirror of https://github.com/apache/nifi.git
NIFI-5174 Update README.md Minimum Requirements
- Remove reference to ongoing work for Java 11 - Remove references to Bower which is no longer used as of NIFI-2781 Signed-off-by: Matthew Burgess <mattyb149@apache.org> This closes #5232
This commit is contained in:
parent
ebdc5eb92b
commit
828b6c1bcc
|
@ -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
|
||||
|
||||
|
|
|
@ -41,10 +41,6 @@
|
|||
<frontend.dependency.configs>${basedir}/src/main/frontend</frontend.dependency.configs>
|
||||
<frontend.working.dir>${project.build.directory}/frontend-working-directory</frontend.working.dir>
|
||||
<frontend.assets>${project.build.directory}/${project.build.finalName}/assets</frontend.assets>
|
||||
<!--
|
||||
This property can be set on the command line and allows any bower cli options to be set.
|
||||
-->
|
||||
<bower.options />
|
||||
</properties>
|
||||
<build>
|
||||
<!--
|
||||
|
|
|
@ -42,7 +42,6 @@
|
|||
<script type="text/javascript" src="../nifi/assets/angular-messages/angular-messages.min.js"></script>
|
||||
<script type="text/javascript" src="../nifi/assets/angular-material/angular-material.min.js"></script>
|
||||
|
||||
<!--Bower Libraries-->
|
||||
<script type="text/javascript" src="assets/angular-ui-codemirror/src/ui-codemirror.js"></script>
|
||||
<script type="text/javascript" src="assets/angular-ui-router/release/angular-ui-router.min.js"></script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue