From 2bf4d0de330a68047643477fcdf219c1e6be9e9d Mon Sep 17 00:00:00 2001 From: Tomas Olvecky Date: Mon, 18 Nov 2013 18:45:53 +0100 Subject: [PATCH] Add threadpool bundles to distribution. Change-Id: I51c8a312e8ff895201778e4e6ddbdde893bc7e4b Signed-off-by: Tomas Olvecky --- .../distribution/opendaylight/pom.xml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/opendaylight/distribution/opendaylight/pom.xml b/opendaylight/distribution/opendaylight/pom.xml index 8e22c6ea6c..75424ba1b6 100644 --- a/opendaylight/distribution/opendaylight/pom.xml +++ b/opendaylight/distribution/opendaylight/pom.xml @@ -236,6 +236,29 @@ 1.2.0 + + + org.opendaylight.controller + threadpool-config-api + ${config.version} + + + org.opendaylight.controller + threadpool-config-impl + ${config.version} + + + org.opendaylight.controller + netty-event-executor-config + ${config.version} + + + org.opendaylight.controller + netty-event-executor-config + ${config.version} + + + org.opendaylight.controller.samples -- 2.36.6