You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:22:48 UTC

[sling-org-apache-sling-commons-html] 02/36: Don't import sun.io.

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-html.git

commit eff3e2010fe30af8418d56920ee208426b6481e4
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Aug 18 14:31:12 2009 +0000

    Don't import sun.io.
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@805428 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 02ed01a..540ed5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,6 +54,9 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
+                        <Import-Package>
+                            !sun.io,*
+                        </Import-Package>
                         <Export-Package>
                             org.apache.sling.commons.html
                         </Export-Package>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.