From: Robert Varga Date: Sun, 19 Apr 2020 08:44:34 +0000 (+0200) Subject: Remove netty-config-api X-Git-Tag: v2.0.0~39 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=7afa653090818a9fd80b6fd50fe005f6663fc177 Remove netty-config-api This artifact does not contain anything, serving only to pull in netty-transport. Remove it and adjust its users to pul in what they need, which ends up lowering dependencies in some cases. Change-Id: I8d5bcb6cf5284d0780c9b41b5f7fa9008d7db14f Signed-off-by: Robert Varga --- diff --git a/artifacts/pom.xml b/artifacts/pom.xml index e8b2c0f098..8a009390f5 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -337,11 +337,6 @@ - - ${project.groupId} - netty-config-api - 0.13.0-SNAPSHOT - ${project.groupId} netty-event-executor-config diff --git a/docs/pom.xml b/docs/pom.xml index fbc24a7b89..4448b3c06b 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -37,10 +37,6 @@ - - org.opendaylight.controller - netty-config-api - org.opendaylight.controller netty-event-executor-config diff --git a/opendaylight/config/netty-config-api/pom.xml b/opendaylight/config/netty-config-api/pom.xml deleted file mode 100644 index c86c1f7426..0000000000 --- a/opendaylight/config/netty-config-api/pom.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - 4.0.0 - - org.opendaylight.controller - config-subsystem - 0.13.0-SNAPSHOT - ../ - - netty-config-api - bundle - ${project.artifactId} - - - - io.netty - netty-transport - - - diff --git a/opendaylight/config/netty-event-executor-config/pom.xml b/opendaylight/config/netty-event-executor-config/pom.xml index ddf4139ef7..f7ef225d88 100644 --- a/opendaylight/config/netty-event-executor-config/pom.xml +++ b/opendaylight/config/netty-event-executor-config/pom.xml @@ -19,8 +19,8 @@ guava - org.opendaylight.controller - netty-config-api + io.netty + netty-common diff --git a/opendaylight/config/netty-threadgroup-config/pom.xml b/opendaylight/config/netty-threadgroup-config/pom.xml index 6151931f5c..318b797caf 100644 --- a/opendaylight/config/netty-threadgroup-config/pom.xml +++ b/opendaylight/config/netty-threadgroup-config/pom.xml @@ -17,8 +17,8 @@ - org.opendaylight.controller - netty-config-api + io.netty + netty-transport diff --git a/opendaylight/config/netty-timer-config/pom.xml b/opendaylight/config/netty-timer-config/pom.xml index 7fa3587d4e..e94753a1b7 100644 --- a/opendaylight/config/netty-timer-config/pom.xml +++ b/opendaylight/config/netty-timer-config/pom.xml @@ -15,8 +15,8 @@ - org.opendaylight.controller - netty-config-api + io.netty + netty-common diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index ec7e8c58ee..f28b56bfb1 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -17,7 +17,6 @@ threadpool-config-api - netty-config-api threadpool-config-impl netty-threadgroup-config netty-event-executor-config