From fbecbc2a65795b2aaaacd150a0b45d34cfd56c8d Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 2 Oct 2013 14:18:21 +0200 Subject: [PATCH] BUG-99: cleanup packages Change-Id: I6cd59418164caa103d6b1c52e5951ed76addec98 Signed-off-by: Robert Varga --- bgp/concepts/pom.xml | 2 -- bgp/parser-api/pom.xml | 16 ++++++++-------- concepts/pom.xml | 1 - util/pom.xml | 1 - 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/bgp/concepts/pom.xml b/bgp/concepts/pom.xml index 2c16b360d2..9b6905cde8 100644 --- a/bgp/concepts/pom.xml +++ b/bgp/concepts/pom.xml @@ -107,8 +107,6 @@ com.google.common.base, org.opendaylight.protocol.concepts, - com.google.guava, - org.opendaylight.protocol.util diff --git a/bgp/parser-api/pom.xml b/bgp/parser-api/pom.xml index 447518d66a..91acbea213 100644 --- a/bgp/parser-api/pom.xml +++ b/bgp/parser-api/pom.xml @@ -106,20 +106,20 @@ ${project.groupId}.${project.artifactId} - org.opendaylight.protocol.bgp.concepts, + com.google.common.base, + com.google.common.collect, + com.google.common.primitives, + org.opendaylight.protocol.bgp.concepts, + org.opendaylight.protocol.bgp.linkstate, + org.opendaylight.protocol.concepts, org.opendaylight.protocol.concepts, org.opendaylight.protocol.framework, - org.opendaylight.protocol.concepts, org.opendaylight.protocol.util, - com.google.common.primitives, - com.google.common.collect, - org.opendaylight.protocol.bgp.linkstate, - com.google.common.base, - com.google.guava, org.slf4j, - org.opendaylight.protocol.bgp.parser, + org.opendaylight.protocol.bgp.parser, + org.opendaylight.protocol.bgp.parser.message, diff --git a/concepts/pom.xml b/concepts/pom.xml index 21b6948bfd..5a3f647254 100644 --- a/concepts/pom.xml +++ b/concepts/pom.xml @@ -106,7 +106,6 @@ ${project.groupId}.${project.artifactId} - org.opendaylight.protocol.concepts, org.opendaylight.protocol.util, com.google.common.base, com.google.common.collect, diff --git a/util/pom.xml b/util/pom.xml index c3d7d1cbbc..bb7db8e542 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -44,7 +44,6 @@ com.google.common.*, javax.net.ssl, - org.apache.commons.codec.binary, org.opendaylight.protocol.util -- 2.36.6