#417 - Downgrade to CDI 1.0.

Downgrade to CDI to build against the previous Java EE 6 baseline and to not accidentally require Java EE 8 API.
This commit is contained in:
Mark Paluch
2017-09-21 13:25:26 +02:00
parent 89be042b60
commit 249bd36072

View File

@@ -88,7 +88,7 @@
<apt>1.1.3</apt>
<aspectj>1.8.10</aspectj>
<assertj>3.8.0</assertj>
<cdi>2.0</cdi>
<cdi>1.0</cdi>
<commons-io>2.5</commons-io>
<guava>19.0</guava>
<hamcrest>1.3</hamcrest>