From f8e19872c351d17b44af03a3d499aefc070524ac Mon Sep 17 00:00:00 2001 From: Yasser Zamani Date: Mon, 12 Nov 2018 17:17:27 +0330 Subject: [PATCH] skip coveralls on java 9 org.codehaus.mojo:cobertura-maven-plugin:2.7 doesn't work with java 9 See also WW-4845 --- pom.xml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 68977fac2..6e8508e00 100644 --- a/pom.xml +++ b/pom.xml @@ -167,6 +167,10 @@ [9,) + + + true + @@ -200,15 +204,6 @@ org.eluder.coveralls coveralls-maven-plugin 4.3.0 - - - - - javax.xml.bind - jaxb-api - 2.3.0 - -