From: Robert Varga Date: Mon, 15 Jan 2018 13:58:55 +0000 (+0100) Subject: Do not inline javax.annotation X-Git-Tag: release/oxygen~38 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=9dbb6de9c5d93f7058ae1c956149f9c9c0cc76f7 Do not inline javax.annotation 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 --- diff --git a/opendaylight/config/threadpool-config-impl/pom.xml b/opendaylight/config/threadpool-config-impl/pom.xml index 05c550f888..de4f1c77d8 100644 --- a/opendaylight/config/threadpool-config-impl/pom.xml +++ b/opendaylight/config/threadpool-config-impl/pom.xml @@ -39,7 +39,6 @@ org.opendaylight.controller.config.threadpool.util, - javax.annotation.*, org.opendaylight.controller.config.yang.threadpool.impl*, org.opendaylight.controller.config.threadpool.util, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.threadpool.impl.*,