Fix CVE's brought in by maven install in Dockerfile. We could use rh-maven package if appropriate ``` ARG MAVEN_VERSION=3.6.1 ARG MAVEN_URL=https://archive.apache.org/dist/maven/maven-3/$MAVEN_VERSION/binaries/apache-maven-$MAVEN_VERSION-bin.tar.gz ``` CVE's reposted in quay.io here: ``` https://quay.io/repository/rht-labs/stacks-node-rhel7-ansible ``` Also, we could question the need for maven ... ultimately we need java in the image for testing (selenium dependency) but mvn is nice to have ?