DATACMNS-1159 - Upgrade to OpenWebBeans 2.0.1.

This commit is contained in:
Mark Paluch
2017-09-18 15:05:47 +02:00
parent 687d7449be
commit a8cc4783bf
3 changed files with 23 additions and 25 deletions

12
pom.xml
View File

@@ -72,8 +72,8 @@
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
<version>1.0</version>
<artifactId>javax.annotation-api</artifactId>
<version>${javax-annotation-api}</version>
<optional>true</optional>
</dependency>
@@ -157,7 +157,7 @@
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<version>${cdi}</version>
<version>2.0</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
@@ -185,13 +185,13 @@
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
<version>${cdi}</version>
<version>1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.openwebbeans.test</groupId>
<artifactId>cditest-owb</artifactId>
<groupId>org.apache.openwebbeans</groupId>
<artifactId>openwebbeans-se</artifactId>
<version>${webbeans}</version>
<scope>test</scope>
</dependency>