Do not inline javax.annotation 60/67160/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 15 Jan 2018 13:58:55 +0000 (14:58 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 15 Jan 2018 13:59:51 +0000 (14:59 +0100)
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 05c550f8885020d4a42038c5dbc50c14082e6789..de4f1c77d8b52e967dd48bf98d3785b1bdf424c3 100644 (file)
@@ -39,7 +39,6 @@
         <configuration>
           <instructions>
             <Private-Package>org.opendaylight.controller.config.threadpool.util,
         <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>
                      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>