Skip to content

Commit 545f0ea

Browse files
gsmetgunnarmorling
authored andcommitted
HV-1478 Allow CDI 2.0 as it will be the base for Java EE 8
1 parent 24f3169 commit 545f0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
org.hibernate.validator.internal.*;version="[${project.version},${project.version}]",
174174
javax.annotation.*;version="[1.2,2.0)",
175175
javax.interceptor.*;version="[1.2,2.0)",
176-
javax.enterprise.*;version="[1.2,2.0)"
176+
javax.enterprise.*;version="[1.2,3.0)"
177177
</Import-Package>
178178
<Export-Package>org.hibernate.validator.cdi;version="${project.version}"</Export-Package>
179179
<Private-Package>org.hibernate.validator.internal.*;version="${project.version}"</Private-Package>

0 commit comments

Comments
 (0)