MNG-5620: LinkageError when CDI is in the classpath

This commit is contained in:
Jason van Zyl 2014-06-13 10:33:30 -04:00
parent 2a4d172600
commit 661b4cf8f3
1 changed files with 2 additions and 0 deletions

View File

@ -203,6 +203,8 @@ public class DefaultClassRealmManager
// javax.inject (JSR-330)
imports.put( "javax.inject.*", coreRealm );
// javax.enterprise.inject (JSR-299)
imports.put( "javax.enterprise.util.*", coreRealm );
imports.put( "javax.enterprise.inject.*", coreRealm );
// com.google