X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=karaf%2Fopendaylight-karaf-resources%2Fsrc%2Fmain%2Fresources%2Fetc%2Fjre.properties;h=f6e78ce82233fab07d68a4af95d8627bc59d93ec;hb=61d13b6bd399a5a83488dad7369b19d30c460040;hp=bfdef62d0d93ad14ff1ceecc2467749cad5e8099;hpb=a54ec60368110d22794602343c934902f6833c65;p=controller.git diff --git a/karaf/opendaylight-karaf-resources/src/main/resources/etc/jre.properties b/karaf/opendaylight-karaf-resources/src/main/resources/etc/jre.properties index bfdef62d0d..f6e78ce822 100644 --- a/karaf/opendaylight-karaf-resources/src/main/resources/etc/jre.properties +++ b/karaf/opendaylight-karaf-resources/src/main/resources/etc/jre.properties @@ -183,7 +183,8 @@ jre-1.6= \ org.xml.sax, \ org.xml.sax.ext, \ org.xml.sax.helpers, \ - sun.misc + sun.misc, \ + sun.reflect # Standard package set. Note that: # - javax.transaction* is exported with a mandatory attribute @@ -347,7 +348,8 @@ jre-1.7= \ org.xml.sax, \ org.xml.sax.ext, \ org.xml.sax.helpers, \ - sun.misc + sun.misc, \ + sun.reflect jre-1.8= \ javax.accessibility, \ @@ -542,4 +544,5 @@ jre-1.8= \ org.xml.sax, \ org.xml.sax.ext, \ org.xml.sax.helpers, \ - sun.misc + sun.misc, \ + sun.reflect