On Sun, Mar 10, 2019 at 7:56 PM geraldo netto <geraldone...@gmail.com>
wrote:

> Signed-off-by: geraldo netto <geraldone...@gmail.com>
> ---
>  tomcat/module.py | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/tomcat/module.py b/tomcat/module.py
> index cbe6872..a9584db 100644
> --- a/tomcat/module.py
> +++ b/tomcat/module.py
> @@ -1,5 +1,7 @@
>  from osv.modules import api
>
> +api.require('java8')
>

Looks good. Indeed
https://tomcat.apache.org/migration-9.html#Java_8_required states that:

*Apache Tomcat 9.0.x requires Java 8 or later. Apache Tomcat 8.0.x and
8.5.x required Java 7.*


+
>  _catalina_base = "/usr/tomcat"
>  _catalina_home = _catalina_base
>  _catalina_tmpdir = _catalina_base + "/temp"
> --
> 2.17.1
>
> --
> You received this message because you are subscribed to the Google Groups
> "OSv Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to osv-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to