Author: struberg
Date: Thu Jun 5 21:40:14 2014
New Revision: 1600774
URL: http://svn.apache.org/r1600774
Log:
continue working on our TCK.
Modified:
openwebbeans/trunk/pom.xml
openwebbeans/trunk/webbeans-arquillian/pom.xml
openwebbeans/trunk/webbeans-porting/pom.xml
openwebbeans/trunk/webbeans-tck/pom.xml
openwebbeans/trunk/webbeans-tck/standalone-suite.xml
Modified: openwebbeans/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1600774&r1=1600773&r2=1600774&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Thu Jun 5 21:40:14 2014
@@ -80,6 +80,8 @@
<openejb.version>3.1.4</openejb.version>
<myfaces.version>2.0.7</myfaces.version>
<xbean.version>3.17</xbean.version>
+ <arquillian.version>1.1.2.Final</arquillian.version>
+ <cdi.tck.version>1.2.0.Final</cdi.tck.version>
</properties>
<mailingLists>
Modified: openwebbeans/trunk/webbeans-arquillian/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-arquillian/pom.xml?rev=1600774&r1=1600773&r2=1600774&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-arquillian/pom.xml (original)
+++ openwebbeans/trunk/webbeans-arquillian/pom.xml Thu Jun 5 21:40:14 2014
@@ -32,9 +32,6 @@
<module>owb-arquillian-standalone</module>
</modules>
- <properties>
- <arquillian.version>1.1.4.Final</arquillian.version>
- </properties>
<dependencyManagement>
<dependencies>
Modified: openwebbeans/trunk/webbeans-porting/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-porting/pom.xml?rev=1600774&r1=1600773&r2=1600774&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-porting/pom.xml (original)
+++ openwebbeans/trunk/webbeans-porting/pom.xml Thu Jun 5 21:40:14 2014
@@ -32,10 +32,6 @@
<packaging>jar</packaging>
<description>Apache OpenWebBeans TCK Porting Package</description>
- <properties>
- <cdi.tck.version>1.1.2.Final</cdi.tck.version>
- </properties>
-
<dependencies>
<dependency>
<groupId>org.jboss.cdi.tck</groupId>
Modified: openwebbeans/trunk/webbeans-tck/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tck/pom.xml?rev=1600774&r1=1600773&r2=1600774&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tck/pom.xml (original)
+++ openwebbeans/trunk/webbeans-tck/pom.xml Thu Jun 5 21:40:14 2014
@@ -31,9 +31,17 @@
<packaging>jar</packaging>
<description>All TCK tests for the Apache OpenWebBeans
Implementation</description>
- <properties>
- <cdi.tck.version>1.2.0.Final</cdi.tck.version>
- </properties>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.arquillian</groupId>
+ <artifactId>arquillian-bom</artifactId>
+ <version>${arquillian.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
<dependencies>
@@ -127,6 +135,14 @@
<artifactId>owb-arquillian-standalone</artifactId>
<version>${project.version}</version>
</dependency>
+
+
+ <dependency>
+ <!-- arquillian dependency hell hitting us again... -->
+ <groupId>org.jboss.arquillian.container</groupId>
+
<artifactId>arquillian-container-test-impl-base</artifactId>
+ <version>${arquillian.version}</version>
+ </dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
Modified: openwebbeans/trunk/webbeans-tck/standalone-suite.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tck/standalone-suite.xml?rev=1600774&r1=1600773&r2=1600774&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tck/standalone-suite.xml (original)
+++ openwebbeans/trunk/webbeans-tck/standalone-suite.xml Thu Jun 5 21:40:14
2014
@@ -31,6 +31,7 @@
<!-- the following tests are excluded because we just have not
yet implemented this features -->
+<!--
<exclude
name="org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.broken.twobeans"
/>
<exclude
name="org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.interceptor"
/>
<exclude
name="org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.inject"
/>
@@ -130,7 +131,8 @@
<exclude
name="org.jboss.cdi.tck.tests.alternative.selection.stereotype" />
<exclude name="org.jboss.cdi.tck.tests.vetoed" />
<exclude name="org.jboss.cdi.tck.tests.vetoed.enterprise" />
-
+-->
+
<!-- The following tests are broken and tck issues exist for
it -->
</package>