Skip to content

Commit

Permalink
Remove several leftover configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Nov 11, 2024
1 parent 8d4d1a0 commit c218198
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
11 changes: 0 additions & 11 deletions jboss-tck-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire.version}</version>
<configuration>
<!-- http://bugs.java.com/bugdatabase/view_bug.do?bug_id=4425695 -->
<argLine>-Xmx768m -Dsun.zip.disableMemoryMapping=true</argLine>
<forkMode>once</forkMode>
<properties>
<property>
<name>usedefaultlisteners</name>
Expand Down Expand Up @@ -344,8 +341,6 @@
available during in-container test execution -->
<org.jboss.cdi.tck.libraryDirectory>target/dependency/lib</org.jboss.cdi.tck.libraryDirectory>
<org.jboss.cdi.tck.testDataSource>java:jboss/datasources/ExampleDS</org.jboss.cdi.tck.testDataSource>
<!-- Travis CI build workaround -->
<argLine>${travis.surefire.argLine}</argLine>
</systemPropertyVariables>
<suiteXmlFiles>
<suiteXmlFile>${cdi.tck.suite.xml.file}</suiteXmlFile>
Expand Down Expand Up @@ -405,12 +400,6 @@
<groupId>org.jboss.logmanager</groupId>
<artifactId>log4j-jboss-logmanager</artifactId>
</exclusion>
<!-- Needs to be excluded, otherwise needs an extra dependency on org.slf4j:slf4j-api -->
<!-- Future versions of wildfly-arquillian-container-managed will no longer need this exclusion, see https://issues.redhat.com/browse/WFARQ-119 -->
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
<jdk.min.version>11</jdk.min.version>

<build.timestamp>${maven.build.timestamp}</build.timestamp>
<!-- Travis CI build workaround -->
<travis.surefire.argLine>-Xmx1024m</travis.surefire.argLine>

<!-- Only initialized in JDK 9 profile to provide extra CMD args to surefire -->
<surefire.plugin.jdk17.args />
Expand Down

0 comments on commit c218198

Please sign in to comment.