Remove java.xml.bind module (#805)

This commit is contained in:
Dominic Schabel
2019-03-15 13:03:51 +01:00
committed by Jeroen Laverman
parent 0a3f1a2b7a
commit 51be28147f

26
pom.xml
View File

@@ -396,8 +396,7 @@
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<configuration> <configuration>
<systemPropertyVariables> <systemPropertyVariables>
<!-- Set output directory according to allure-framework <!-- Set output directory according to allure-framework recommendation -->
recommendation -->
<allure.results.directory>${project.build.directory}/allure-results</allure.results.directory> <allure.results.directory>${project.build.directory}/allure-results</allure.results.directory>
<!-- Bugfix for timeout. See https://github.com/allure-framework/allure-maven/issues/59 --> <!-- Bugfix for timeout. See https://github.com/allure-framework/allure-maven/issues/59 -->
<allure.serve.timeout>650</allure.serve.timeout> <allure.serve.timeout>650</allure.serve.timeout>
@@ -407,7 +406,7 @@
<reuseForks>true</reuseForks> <reuseForks>true</reuseForks>
<forkCount>${surefire.forkcount}</forkCount> <forkCount>${surefire.forkcount}</forkCount>
<argLine> <argLine>
${jacoco.agent.ut.arg} --illegal-access=warn --add-modules=java.xml.bind ${jacoco.agent.ut.arg}
</argLine> </argLine>
<properties> <properties>
<property> <property>
@@ -471,27 +470,6 @@
</pluginManagement> </pluginManagement>
</build> </build>
<profiles> <profiles>
<profile>
<id>jdk-8</id>
<activation>
<jdk>1.8</jdk>
</activation>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>
${jacoco.agent.ut.arg}
</argLine>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
<profile> <profile>
<id>nexus_staging</id> <id>nexus_staging</id>
<activation> <activation>