Do not inline javax.annotation 61/67161/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 15 Jan 2018 13:58:55 +0000 (14:58 +0100)
committerRobert Varga <nite@hq.sk>
Mon, 15 Jan 2018 14:04:15 +0000 (14:04 +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 0ff3e2abbe6d4b94aefd437cf32cb10bab7dc2b7..92342400027d05c002c1d02bb76180c5d7d1fd48 100644 (file)
@@ -39,7 +39,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>