소스 검색

SEC-1181: added import to template.mf for the DNS classes

Mike Wiesner 16 년 전
부모
커밋
660b408e6e
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      core/template.mf

+ 3 - 1
core/template.mf

@@ -25,5 +25,7 @@ Import-Template:
  net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional, 
  javax.annotation.security.*;version="0";resolution:=optional,
  javax.crypto.*;version="0";resolution:=optional,
- javax.security.auth.*;version="0";resolution:=optional
+ javax.security.auth.*;version="0";resolution:=optional,
+ javax.naming.*;version="0";resolution:=optional,
+ javax.naming.directory.*;version="0";resolution:=optional