DATAGEODE-42 - Upgrade to OpenWebBeans 2.0.1

This commit is contained in:
Mark Paluch
2017-09-18 15:48:48 +02:00
parent 35df6902fa
commit d52bea06c1
3 changed files with 27 additions and 36 deletions

18
pom.xml
View File

@@ -22,7 +22,6 @@
<assertj.version>3.6.2</assertj.version>
<geode.version>1.2.0</geode.version>
<multithreadedtc.version>1.01</multithreadedtc.version>
<servlet-api.version>2.5</servlet-api.version>
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
<source.level>1.8</source.level>
@@ -165,16 +164,9 @@
<!-- Test -->
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
<version>${cdi}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>${servlet-api.version}</version>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>${javax-annotation-api}</version>
<scope>test</scope>
</dependency>
@@ -193,8 +185,8 @@
</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>