Skip to content

Commit

Permalink
ArC: fix running the CDI TCK
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed Apr 25, 2024
1 parent 7089745 commit 863a41c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion independent-projects/arc/tcks/cdi-tck-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
</suiteXmlFiles>
<systemPropertyVariables>
<org.jboss.cdi.tck.cdiLiteMode>true</org.jboss.cdi.tck.cdiLiteMode>
<org.jboss.cdi.tck.cdiCoreMode>true</org.jboss.cdi.tck.cdiCoreMode>
<org.jboss.cdi.tck.libraryDirectory>${project.build.directory}/porting-pkg</org.jboss.cdi.tck.libraryDirectory>
</systemPropertyVariables>
<reuseForks>false</reuseForks>
Expand Down
3 changes: 2 additions & 1 deletion tcks/jakarta-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<org.jboss.cdi.tck.cdiLiteMode>true</org.jboss.cdi.tck.cdiLiteMode>
<org.jboss.cdi.tck.cdiCoreMode>true</org.jboss.cdi.tck.cdiCoreMode>
<org.jboss.cdi.tck.libraryDirectory>${project.build.directory}/porting-pkg</org.jboss.cdi.tck.libraryDirectory>
<quarkus.arc.optimize-contexts>false</quarkus.arc.optimize-contexts>
<quarkus.arc.remove-unused-beans>false</quarkus.arc.remove-unused-beans>
<quarkus.arc.strict-compatibility>true</quarkus.arc.strict-compatibility>
<quarkus.arc.transform-unproxyable-classes>false</quarkus.arc.transform-unproxyable-classes>
Expand Down

0 comments on commit 863a41c

Please sign in to comment.