exclude bgpmanager-impl (due to Thrift usage; look more at this later)
authorMichael Vorburger <mike@vorburger.ch>
Sat, 22 Dec 2018 01:52:17 +0000 (02:52 +0100)
committerMichael Vorburger <mike@vorburger.ch>
Wed, 1 Jul 2020 23:38:16 +0000 (01:38 +0200)
Signed-off-by: Michael Vorburger <mike@vorburger.ch>
pom.xml

diff --git a/pom.xml b/pom.xml
index 982952d4e584d87376af9085d4465b0af425f117..3651b09e499554c8a2a03c62be91973ee4f8548a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <groupId>org.opendaylight.netvirt</groupId>
           <artifactId>neutronvpn-impl</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.opendaylight.netvirt</groupId>
+          <!-- bgpmanager needs Thrift, which for some reason is not transitively pulled (TODO find out why);
+               But we, currently at least, have no interest in bgpmanager anyway, so exclude it here, for now. -->
+          <artifactId>bgpmanager-impl</artifactId>
+        </exclusion>
         <!-- karaf.shell.console leads to various duplicate classpath entries; we only support shell.core -->
         <exclusion>
           <groupId>org.apache.karaf.shell</groupId>