From 660b408e6e8b198a647e472a2ed76f9e2c0cc0a6 Mon Sep 17 00:00:00 2001 From: Mike Wiesner Date: Wed, 2 Sep 2009 15:20:26 +0000 Subject: [PATCH] SEC-1181: added import to template.mf for the DNS classes --- core/template.mf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/template.mf b/core/template.mf index c9ea65886d..a14b05118d 100644 --- a/core/template.mf +++ b/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 \ No newline at end of file