mirror of https://github.com/apache/maven.git
MNG-5620: LinkageError when CDI is in the classpath
This commit is contained in:
parent
2a4d172600
commit
661b4cf8f3
|
@ -203,6 +203,8 @@ public class DefaultClassRealmManager
|
||||||
|
|
||||||
// javax.inject (JSR-330)
|
// javax.inject (JSR-330)
|
||||||
imports.put( "javax.inject.*", coreRealm );
|
imports.put( "javax.inject.*", coreRealm );
|
||||||
|
// javax.enterprise.inject (JSR-299)
|
||||||
|
imports.put( "javax.enterprise.util.*", coreRealm );
|
||||||
imports.put( "javax.enterprise.inject.*", coreRealm );
|
imports.put( "javax.enterprise.inject.*", coreRealm );
|
||||||
|
|
||||||
// com.google
|
// com.google
|
||||||
|
|
Loading…
Reference in New Issue