Minimum version of Maven, JAVA SE and Docker

80 Views Asked by At

I would like to know the minimum version of Maven and Java SE required to build a microservice using Dropwizard v1.3.20 (latest release as on 06-March-2020) ?

If I know the minimum version of Docker also, it would be great.

Thanks

1

There are 1 best solutions below

0
On

Java 8 is the minimally required java version to run DropWizard. Any docker that has java8 will work.