This is an automated email from the ASF dual-hosted git repository.
deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new 5fdfd70 Update Openwebbeans version
5fdfd70 is described below
commit 5fdfd70af65f53b0bd73ecfc10906e28648ede94
Author: Dennis Kieselhorst <[email protected]>
AuthorDate: Sun Nov 25 21:09:21 2018 +0100
Update Openwebbeans version
---
systests/cdi/cdi-owb/pom.xml | 15 +++++++++++++++
systests/cdi/pom.xml | 31 ++++++-------------------------
2 files changed, 21 insertions(+), 25 deletions(-)
diff --git a/systests/cdi/cdi-owb/pom.xml b/systests/cdi/cdi-owb/pom.xml
index 415535c..f788794 100644
--- a/systests/cdi/cdi-owb/pom.xml
+++ b/systests/cdi/cdi-owb/pom.xml
@@ -58,6 +58,21 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jcdi_2.0_spec</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-validation_1.1_spec</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-atinject_1.0_spec</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-interceptor_1.2_spec</artifactId>
<version>1.0</version>
</dependency>
diff --git a/systests/cdi/pom.xml b/systests/cdi/pom.xml
index 0ff34e5..85effbc 100644
--- a/systests/cdi/pom.xml
+++ b/systests/cdi/pom.xml
@@ -34,8 +34,13 @@
<properties>
<cxf.el.api.version>3.0-b02</cxf.el.api.version>
<cxf.glassfish.el.version>3.0-b01</cxf.glassfish.el.version>
- <cxf.openwebbeans.version>1.7.4</cxf.openwebbeans.version>
+ <cxf.openwebbeans.version>2.0.8</cxf.openwebbeans.version>
</properties>
+ <modules>
+ <module>base</module>
+ <module>cdi-weld</module>
+ <module>cdi-owb</module>
+ </modules>
<dependencyManagement>
<dependencies>
<dependency>
@@ -159,28 +164,4 @@
</plugins>
</pluginManagement>
</build>
- <profiles>
- <profile>
- <id>default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <modules>
- <module>base</module>
- <module>cdi-weld</module>
- <module>cdi-owb</module>
- </modules>
- </profile>
- <profile>
- <id>java9plus</id>
- <activation>
- <jdk>[9,)</jdk>
- </activation>
- <modules>
- <!--need a new release from owb which can work with asm6.2-->
- <module>base</module>
- <module>cdi-weld</module>
- </modules>
- </profile>
- </profiles>
</project>