Do not inline javax.annotation 62/67162/4
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 15 Jan 2018 13:58:55 +0000 (14:58 +0100)
committerRobert Varga <nite@hq.sk>
Wed, 28 Feb 2018 19:35:40 +0000 (19:35 +0000)
We should not be including a private copy of javax.annotation,
as we do not need it.

Change-Id: If36ced7ad72b19d1240f49c3224ff65c29ee22a0
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/config/threadpool-config-impl/pom.xml

index e6acd0a89ff00a6aaebafb5b36879243c0926b97..35202268eefdb870178489b01b25a20698bf9214 100644 (file)
@@ -61,7 +61,6 @@
         <configuration>
           <instructions>
             <Private-Package>org.opendaylight.controller.config.threadpool.util,
-                     javax.annotation.*,
                      org.opendaylight.controller.config.yang.threadpool.impl*,</Private-Package>
             <Export-Package>org.opendaylight.controller.config.threadpool.util,
                       org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.threadpool.impl.*,</Export-Package>