|
|
@ -75,12 +75,19 @@
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<configuration>
|
|
|
|
|
|
|
|
<argLine>
|
|
|
|
|
|
|
|
--add-opens=java.xml/jdk.xml.internal=ALL-UNNAMED
|
|
|
|
|
|
|
|
--add-opens=java.base/jdk.internal.loader=ALL-UNNAMED
|
|
|
|
|
|
|
|
</argLine>
|
|
|
|
<systemPropertyVariables>
|
|
|
|
<systemPropertyVariables>
|
|
|
|
<log4j.configuration>file:src/test/resources/log4j.properties</log4j.configuration>
|
|
|
|
<log4j.configuration>file:src/test/resources/log4j.properties</log4j.configuration>
|
|
|
|
</systemPropertyVariables>
|
|
|
|
</systemPropertyVariables>
|
|
|
|
<suiteXmlFiles>
|
|
|
|
<suiteXmlFiles>
|
|
|
|
<suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
|
|
|
|
<suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
|
|
|
|
</suiteXmlFiles>
|
|
|
|
</suiteXmlFiles>
|
|
|
|
|
|
|
|
<classpathDependencyExcludes>
|
|
|
|
|
|
|
|
<classpathDependencyExclude>org.ops4j.pax.logging</classpathDependencyExclude>
|
|
|
|
|
|
|
|
</classpathDependencyExcludes>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</plugins>
|
|
|
@ -342,4 +349,8 @@
|
|
|
|
<artifactId>jackson-core-asl</artifactId>
|
|
|
|
<artifactId>jackson-core-asl</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
|
|
|
<maven.test.skip>true</maven.test.skip>
|
|
|
|
|
|
|
|
</properties>
|
|
|
|
</project>
|
|
|
|
</project>
|
|
|
|