From faa59d34cb70eb3af7dcaa376558fd8df861db3a Mon Sep 17 00:00:00 2001 From: Dana Kutenicsova Date: Thu, 19 Feb 2015 16:04:29 +0100 Subject: [PATCH] Cleaned up dependencies. Change-Id: Iaab661407fcee445199e0be1f1f59abbd22c41e9 Signed-off-by: Dana Kutenicsova --- bgp/concepts/pom.xml | 4 ++++ bgp/flowspec/pom.xml | 13 ++++--------- bgp/linkstate/pom.xml | 10 ++++++++++ bgp/parser-api/pom.xml | 8 ++++++++ bgp/parser-impl/pom.xml | 9 +++++++++ bgp/parser-mock/pom.xml | 9 ++++++++- bgp/parser-spi/pom.xml | 17 +++++++++++++---- bgp/rib-api/pom.xml | 4 ++++ bgp/rib-mock/pom.xml | 16 ++++++++++++++++ bgp/rib-spi/pom.xml | 5 +++++ bgp/testtool/pom.xml | 8 ++++++++ bgp/topology-provider/pom.xml | 7 +++++++ data-change-counter/pom.xml | 1 + pcep/api/pom.xml | 4 ++++ pcep/ietf-stateful02/pom.xml | 5 +++++ pcep/ietf-stateful07/pom.xml | 5 +++++ pcep/impl/pom.xml | 5 +++++ pcep/pcc-mock/pom.xml | 22 ++++++++++++++++++++++ pcep/segment-routing/pom.xml | 5 +++-- pcep/spi/pom.xml | 5 +++++ pcep/topology-api/pom.xml | 4 ++++ pcep/topology-provider/pom.xml | 4 ++++ pcep/tunnel-api/pom.xml | 4 ++++ pcep/tunnel-provider/pom.xml | 9 +-------- programming/api/pom.xml | 4 ++++ programming/impl/pom.xml | 10 ++++++++++ programming/tunnel-api/pom.xml | 4 ++++ rsvp/api/pom.xml | 4 ++++ topology/api/pom.xml | 4 ++++ topology/segment-routing/pom.xml | 4 ++++ topology/tunnel-api/pom.xml | 4 ++++ 31 files changed, 193 insertions(+), 24 deletions(-) diff --git a/bgp/concepts/pom.xml b/bgp/concepts/pom.xml index 1936e8f4bf..ef2f6a94f1 100644 --- a/bgp/concepts/pom.xml +++ b/bgp/concepts/pom.xml @@ -57,6 +57,10 @@ org.opendaylight.yangtools yang-common + + org.opendaylight.yangtools + concepts + diff --git a/bgp/rib-spi/pom.xml b/bgp/rib-spi/pom.xml index cdc12a497f..1f99ae3c46 100644 --- a/bgp/rib-spi/pom.xml +++ b/bgp/rib-spi/pom.xml @@ -60,6 +60,10 @@ org.opendaylight.yangtools yang-common + + org.opendaylight.yangtools + concepts + org.opendaylight.controller config-api @@ -108,6 +112,7 @@ org.opendaylight.controller config-manager + test org.opendaylight.controller diff --git a/bgp/testtool/pom.xml b/bgp/testtool/pom.xml index d40377e83c..3c920e08e8 100644 --- a/bgp/testtool/pom.xml +++ b/bgp/testtool/pom.xml @@ -40,6 +40,10 @@ ${project.groupId} bgp-linkstate + + ${project.groupId} + bgp-parser-api + ${project.groupId} bgp-parser-spi @@ -79,6 +83,10 @@ org.slf4j slf4j-api + + com.google.guava + guava + ch.qos.logback logback-classic diff --git a/bgp/topology-provider/pom.xml b/bgp/topology-provider/pom.xml index a2cedb4bd2..2560cbe865 100644 --- a/bgp/topology-provider/pom.xml +++ b/bgp/topology-provider/pom.xml @@ -36,6 +36,10 @@ ${project.groupId} concepts + + ${project.groupId} + rsvp-api + ${project.groupId} bgp-concepts @@ -177,6 +181,7 @@ org.opendaylight.controller config-manager + test org.opendaylight.controller @@ -214,6 +219,7 @@ org.opendaylight.controller netty-event-executor-config + test org.opendaylight.controller @@ -229,6 +235,7 @@ org.opendaylight.controller netty-threadgroup-config + test diff --git a/data-change-counter/pom.xml b/data-change-counter/pom.xml index f720a5ed3b..3f97149203 100644 --- a/data-change-counter/pom.xml +++ b/data-change-counter/pom.xml @@ -91,6 +91,7 @@ org.opendaylight.controller config-manager + test org.opendaylight.controller diff --git a/pcep/api/pom.xml b/pcep/api/pom.xml index 7ab715cdf9..0366c780ae 100644 --- a/pcep/api/pom.xml +++ b/pcep/api/pom.xml @@ -70,6 +70,10 @@ org.opendaylight.yangtools yang-common + + org.opendaylight.yangtools + concepts + org.opendaylight.controller diff --git a/pcep/ietf-stateful02/pom.xml b/pcep/ietf-stateful02/pom.xml index 207aba40c3..5584004242 100644 --- a/pcep/ietf-stateful02/pom.xml +++ b/pcep/ietf-stateful02/pom.xml @@ -85,6 +85,10 @@ org.opendaylight.yangtools yang-common + + org.opendaylight.yangtools + concepts + @@ -91,6 +103,16 @@ org.mockito mockito-core + + org.opendaylight.controller + config-manager + test-jar + + + org.opendaylight.controller + config-manager + test + diff --git a/pcep/segment-routing/pom.xml b/pcep/segment-routing/pom.xml index 62d025dcba..aa16c5fbd0 100644 --- a/pcep/segment-routing/pom.xml +++ b/pcep/segment-routing/pom.xml @@ -68,8 +68,8 @@ yang-common - org.opendaylight.yangtools.model - yang-ext + org.opendaylight.yangtools + concepts org.opendaylight.yangtools.model @@ -114,6 +114,7 @@ org.opendaylight.controller config-manager + test org.opendaylight.controller diff --git a/pcep/spi/pom.xml b/pcep/spi/pom.xml index 50b83efd63..8dcf8b4892 100644 --- a/pcep/spi/pom.xml +++ b/pcep/spi/pom.xml @@ -61,6 +61,10 @@ org.opendaylight.yangtools yang-common + + org.opendaylight.yangtools + concepts + io.netty @@ -105,6 +109,7 @@ org.opendaylight.controller config-manager + test org.opendaylight.controller diff --git a/pcep/topology-api/pom.xml b/pcep/topology-api/pom.xml index 7bfdf042df..df1d7dadd4 100644 --- a/pcep/topology-api/pom.xml +++ b/pcep/topology-api/pom.xml @@ -68,6 +68,10 @@ org.opendaylight.yangtools yang-common + + org.opendaylight.yangtools + concepts + com.google.guava diff --git a/pcep/topology-provider/pom.xml b/pcep/topology-provider/pom.xml index 7a6283a65e..95d1513e36 100644 --- a/pcep/topology-provider/pom.xml +++ b/pcep/topology-provider/pom.xml @@ -126,6 +126,10 @@ org.opendaylight.yangtools yang-common + + org.opendaylight.yangtools + concepts + io.netty netty-common diff --git a/pcep/tunnel-api/pom.xml b/pcep/tunnel-api/pom.xml index a6682bb198..b6cc33fcba 100644 --- a/pcep/tunnel-api/pom.xml +++ b/pcep/tunnel-api/pom.xml @@ -68,6 +68,10 @@ org.opendaylight.yangtools yang-common + + org.opendaylight.yangtools + concepts + org.opendaylight.yangtools.model ietf-topology diff --git a/pcep/tunnel-provider/pom.xml b/pcep/tunnel-provider/pom.xml index 5e7e140adc..35efb2895a 100644 --- a/pcep/tunnel-provider/pom.xml +++ b/pcep/tunnel-provider/pom.xml @@ -32,10 +32,6 @@ - - ${project.groupId} - concepts - ${project.groupId} pcep-topology-api @@ -72,10 +68,6 @@ ${project.groupId} pcep-spi - - ${project.groupId} - rsvp-api - ${project.groupId} programming-topology-api @@ -169,6 +161,7 @@ org.opendaylight.controller config-manager + test org.opendaylight.controller diff --git a/programming/api/pom.xml b/programming/api/pom.xml index 2ed4b13a60..fc742c2350 100644 --- a/programming/api/pom.xml +++ b/programming/api/pom.xml @@ -40,6 +40,10 @@ org.opendaylight.yangtools yang-common + + org.opendaylight.yangtools + concepts + org.opendaylight.yangtools.model ietf-inet-types diff --git a/programming/impl/pom.xml b/programming/impl/pom.xml index 5b11ef8644..a34e754e44 100644 --- a/programming/impl/pom.xml +++ b/programming/impl/pom.xml @@ -70,6 +70,10 @@ org.opendaylight.yangtools yang-common + + org.opendaylight.yangtools + concepts + org.opendaylight.controller @@ -113,6 +117,7 @@ org.opendaylight.controller config-manager + test org.opendaylight.controller @@ -167,6 +172,11 @@ test test-jar + + org.hamcrest + hamcrest-core + test + diff --git a/programming/tunnel-api/pom.xml b/programming/tunnel-api/pom.xml index e528343b48..196cdc87dd 100644 --- a/programming/tunnel-api/pom.xml +++ b/programming/tunnel-api/pom.xml @@ -48,6 +48,10 @@ org.opendaylight.yangtools yang-common + + org.opendaylight.yangtools + concepts + org.opendaylight.yangtools.model ietf-topology diff --git a/rsvp/api/pom.xml b/rsvp/api/pom.xml index 090214ab80..7d730e1f96 100644 --- a/rsvp/api/pom.xml +++ b/rsvp/api/pom.xml @@ -45,6 +45,10 @@ org.opendaylight.yangtools yang-common + + org.opendaylight.yangtools + concepts + org.opendaylight.yangtools.model diff --git a/topology/api/pom.xml b/topology/api/pom.xml index 5c987575a8..2baa1cfa1a 100644 --- a/topology/api/pom.xml +++ b/topology/api/pom.xml @@ -44,6 +44,10 @@ org.opendaylight.yangtools yang-common + + org.opendaylight.yangtools + concepts + org.opendaylight.yangtools.model yang-ext diff --git a/topology/segment-routing/pom.xml b/topology/segment-routing/pom.xml index aac1286df2..09b07ddea4 100644 --- a/topology/segment-routing/pom.xml +++ b/topology/segment-routing/pom.xml @@ -44,6 +44,10 @@ org.opendaylight.yangtools yang-common + + org.opendaylight.yangtools + concepts + org.opendaylight.yangtools.model ietf-topology diff --git a/topology/tunnel-api/pom.xml b/topology/tunnel-api/pom.xml index 2b3a30e191..a6e8699cc4 100644 --- a/topology/tunnel-api/pom.xml +++ b/topology/tunnel-api/pom.xml @@ -40,6 +40,10 @@ org.opendaylight.yangtools yang-common + + org.opendaylight.yangtools + concepts + org.opendaylight.yangtools.model ietf-inet-types -- 2.36.6