Fix wiring around sun.reflect
[controller.git] / karaf / opendaylight-karaf-resources / src / main / resources / etc / jre.properties
index bfdef62d0d93ad14ff1ceecc2467749cad5e8099..f6e78ce82233fab07d68a4af95d8627bc59d93ec 100644 (file)
@@ -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