From 9dbb6de9c5d93f7058ae1c956149f9c9c0cc76f7 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 15 Jan 2018 14:58:55 +0100 Subject: [PATCH] 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 --- opendaylight/config/threadpool-config-impl/pom.xml | 1 - 1 file changed, 1 deletion(-) 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.*, -- 2.36.6