X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight-karaf%2Fsrc%2Fmain%2Fresources%2Fetc%2Fjre.properties;h=a98956e98d41043a4e373e40e65799d38faa5f77;hp=e91da89970b381a5127dc99bf9027ea4969765db;hb=96acf0a1dc9bbc194bb60eeb4a7cc6515fad7332;hpb=4d73514271a9caaa59b7a042d206ba4aad6b3fe0 diff --git a/opendaylight/distribution/opendaylight-karaf/src/main/resources/etc/jre.properties b/opendaylight/distribution/opendaylight-karaf/src/main/resources/etc/jre.properties index e91da89970..a98956e98d 100644 --- a/opendaylight/distribution/opendaylight-karaf/src/main/resources/etc/jre.properties +++ b/opendaylight/distribution/opendaylight-karaf/src/main/resources/etc/jre.properties @@ -180,7 +180,8 @@ jre-1.6= \ org.w3c.dom.xpath, \ org.xml.sax, \ org.xml.sax.ext, \ - org.xml.sax.helpers + org.xml.sax.helpers, \ + javax.annotation.processing # Standard package set. Note that: # - javax.transaction* is exported with a mandatory attribute @@ -341,7 +342,8 @@ jre-1.7= \ org.w3c.dom.xpath, \ org.xml.sax, \ org.xml.sax.ext, \ - org.xml.sax.helpers + org.xml.sax.helpers, \ + javax.annotation.processing jre-1.8= \ javax.accessibility, \ @@ -500,4 +502,5 @@ jre-1.8= \ org.w3c.dom.xpath, \ org.xml.sax, \ org.xml.sax.ext, \ - org.xml.sax.helpers + org.xml.sax.helpers, \ + javax.annotation.processing