#416 - Upgrade to CDI 2.0.

Upgrade also to OpenWebBeans 2.0.1 and introduce a property placeholder for javax.annotation-api.
This commit is contained in:
Mark Paluch
2017-09-18 15:01:08 +02:00
parent 3d4b15087d
commit 8a6563ae5b

View File

@@ -88,7 +88,7 @@
<apt>1.1.3</apt>
<aspectj>1.8.10</aspectj>
<assertj>3.8.0</assertj>
<cdi>1.0</cdi>
<cdi>2.0</cdi>
<commons-io>2.5</commons-io>
<guava>19.0</guava>
<hamcrest>1.3</hamcrest>
@@ -111,7 +111,8 @@
<spring-hateoas>0.23.0.RELEASE</spring-hateoas>
<threetenbp>1.3.6</threetenbp>
<validation>1.1.0.Final</validation>
<webbeans>1.2.8</webbeans>
<webbeans>2.0.1</webbeans>
<javax-annotation-api>1.3</javax-annotation-api>
<releasetrain>Kay-BUILD-SNAPSHOT</releasetrain>