logstash: no more dependency on Java

This commit is contained in:
Jérémy Lecour 2021-09-21 14:41:48 +02:00 committed by Jérémy Lecour
parent 8233264d2a
commit 1d55965527
2 changed files with 2 additions and 2 deletions

View File

@ -60,6 +60,7 @@ The **patch** part changes incrementally at each release.
### Removed
* php: remove php-gettext for 7.4
* logstash: no more dependency on Java
### Security

View File

@ -24,5 +24,4 @@ galaxy_info:
# NOTE: A tag is limited to a single word comprised of
# alphanumeric characters. Maximum 20 tags per role.
dependencies:
- { role: evolix/java, java_alternative: 'openjdk', java_version: 8 }
dependencies: []