Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
exclude bgpmanager-impl (due to Thrift usage; look more at this later)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Dec 22, 2018
1 parent a7707b7 commit ef71fb3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@
<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>
Expand Down

0 comments on commit ef71fb3

Please sign in to comment.