You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2014/10/12 16:09:44 UTC

svn commit: r1631183 - /tomee/tomee/trunk/tck/cdi-embedded/pom.xml

Author: rmannibucau
Date: Sun Oct 12 14:09:44 2014
New Revision: 1631183

URL: http://svn.apache.org/r1631183
Log:
activating TCK properties and adding openwebbeans-jsf to have a conversation

Modified:
    tomee/tomee/trunk/tck/cdi-embedded/pom.xml

Modified: tomee/tomee/trunk/tck/cdi-embedded/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/tck/cdi-embedded/pom.xml?rev=1631183&r1=1631182&r2=1631183&view=diff
==============================================================================
--- tomee/tomee/trunk/tck/cdi-embedded/pom.xml (original)
+++ tomee/tomee/trunk/tck/cdi-embedded/pom.xml Sun Oct 12 14:09:44 2014
@@ -103,6 +103,12 @@
       <version>${openejb.version}</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.openwebbeans</groupId>
+      <artifactId>openwebbeans-jsf</artifactId>
+      <version>${org.apache.openwebbeans.version}</version>
+      <scope>test</scope>
+    </dependency>
 
     <dependency>
       <groupId>org.testng</groupId>
@@ -122,6 +128,12 @@
           <suiteXmlFiles>
             <suiteXmlFile>src/test/resources/passing.xml</suiteXmlFile>
           </suiteXmlFiles>
+          <systemPropertyVariables>
+            <!-- this is a nice perf optimization to have by default but TCKs play with it -->
+            <openejb.cdi.applicationScope.cached>false</openejb.cdi.applicationScope.cached>
+            <!-- not supported by the spec -->
+            <openejb.cdi.producer.interception>false</openejb.cdi.producer.interception>
+          </systemPropertyVariables>
         </configuration>
       </plugin>
     </plugins>