Skip to content

Commit

Permalink
Move properties to .properties file so server can use them
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed May 29, 2022
1 parent 098622e commit 9f32de5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 0 additions & 4 deletions appserver/tests/tck/cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -394,10 +394,6 @@

<libPath>${project.build.outputDirectory}</libPath>
<org.jboss.cdi.tck.libraryDirectory>target/dependency/lib</org.jboss.cdi.tck.libraryDirectory>
<org.jboss.cdi.tck.testDataSource>jdbc/__default</org.jboss.cdi.tck.testDataSource>
<org.jboss.cdi.tck.testJmsConnectionFactory>java:comp/DefaultJMSConnectionFactory</org.jboss.cdi.tck.testJmsConnectionFactory>
<org.jboss.cdi.tck.testJmsQueue>queue_test</org.jboss.cdi.tck.testJmsQueue>
<org.jboss.cdi.tck.testJmsTopic>topic_test</org.jboss.cdi.tck.testJmsTopic>
</systemPropertyVariables>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
org.jboss.cdi.tck.spi.Beans=org.jboss.weld.tck.BeansImpl
org.jboss.cdi.tck.spi.Contexts=org.jboss.weld.tck.ContextsImpl
org.jboss.cdi.tck.spi.EL=org.jboss.weld.tck.ELImpl
org.jboss.cdi.tck.testDataSource=jdbc/__default
org.jboss.cdi.tck.testJmsConnectionFactory=java:comp/DefaultJMSConnectionFactory
org.jboss.cdi.tck.testJmsQueue=queue_test
org.jboss.cdi.tck.testJmsTopic=topic_test

0 comments on commit 9f32de5

Please sign in to comment.