Skip to content

Commit 24f3169

Browse files
gsmetgunnarmorling
authored andcommitted
HV-1478 Only import the necessary packages to avoid importing cdi
1 parent 5a6556f commit 24f3169

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cdi/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@
169169
<Bundle-SymbolicName>${hibernate-validator-cdi.bundle-name}</Bundle-SymbolicName>
170170
<Fragment-Host>${hibernate-validator.bundle-name}</Fragment-Host>
171171
<Import-Package>
172-
org.hibernate.validator.*;version="[${project.version},${project.version}]",
172+
org.hibernate.validator;version="[${project.version},${project.version}]",
173+
org.hibernate.validator.internal.*;version="[${project.version},${project.version}]",
173174
javax.annotation.*;version="[1.2,2.0)",
174175
javax.interceptor.*;version="[1.2,2.0)",
175176
javax.enterprise.*;version="[1.2,2.0)"

0 commit comments

Comments
 (0)