From: wr148d Date: Tue, 23 Mar 2021 18:08:21 +0000 (-0400) Subject: Reverting Brian's Java 11 updates in the pom to see if we can again pass sonar test... X-Git-Tag: 1.9.0~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fschema-service.git;a=commitdiff_plain;h=f66e9b316eea473c9907a8f4d3d916e22949f39c Reverting Brian's Java 11 updates in the pom to see if we can again pass sonar test coverage Issue-ID: AAI-3276 Signed-off-by: wr148d Change-Id: I088b6eb55dd3edab1ce11e081321a74787a203f4 --- diff --git a/pom.xml b/pom.xml index 9a1911c..eb06b2e 100644 --- a/pom.xml +++ b/pom.xml @@ -53,95 +53,10 @@ ${project.version} false - - - 3.9.1 - 3.4.2 - 0.8.6 - 2.22.2 - 3.8.1 - 8 - 8 - 8 - 8 - 3.7.0.1746 - 1.7.26 - - org.apache.maven.plugins - maven-site-plugin - ${maven-site-plugin.version} - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - ${wagon-webdav-jackrabbit.version} - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco-maven-plugin.version} - - - - prepare-agent - - prepare-agent - - - ${sonar.jacoco.reportPath} - - - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven-surefire-plugin.version} - - ${argLine} -Xmx2048m --illegal-access=permit - - - - org.apache.maven.plugins - maven-failsafe-plugin - 2.22.0 - - - --illegal-access=permit - - - - - org.apache.maven.plugins - maven-compiler-plugin - ${maven-compiler-plugin.version} - true - - ${maven-compiler-plugin.source} - ${maven-compiler-plugin.target} - ${maven-compiler-plugin.test.source} - ${maven-compiler-plugin.test.target} - - - - org.apache.maven.plugins - maven-javadoc-plugin - ${maven-javadoc-plugin.version} - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - ${sonar-maven-plugin.version} - - -