summaryrefslogtreecommitdiffstats
path: root/infra/northbound/bgp-extensions/labeled-unicast/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-04-27javadoc: add missing <name> in pom filesMarek Gradzki1-0/+1
Change-Id: I3d65b568c3651e4b2474c25bdf80cf3fff416360 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-04-09Set Honeycomb version back to 1.18.04-SNAPSHOTMarek Gradzki1-2/+2
Change-Id: Ib34bdab88f292165993b83c17bbae9b500b63eea Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-04-09Honeycomb 1.18.04-RC1v1.18.04-RC1Marek Gradzki1-2/+2
Change-Id: I11d748f414829419b401a296c4cc58750b799b4d Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-01-09Bump honeycomb version to 1.18.04-SNAPSHOTMarek Gradzki1-2/+2
Change-Id: Idb0fec8ab45ec76431ab6d05d70a61eee1929628 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-11-10HONEYCOMB-385: bump ODL dependencies to NitrogenMarek Gradzki1-1/+1
* guava bumped to 22.0 (same as used by ODL) * use 4K RSA for SSH server (related to bouncy-castle bump in ODL) - based on https://git.opendaylight.org/gerrit/#/c/60138/2 - also fixes HC2VPP-207 * removed some yang models from netconf-whitelist.xml, that are no longer present in ODL dependencies, * increased timeouts in distro tests, because generating 4K RSA key my last longer (especially on slow jenkins nodes). * EmptyMountPointService exposed to enable reuse by notification and restconf providers Change-Id: I2ff32bd7f0298716210fcfee4918007a42fab171 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-10-09HONEYCOMB-363 - Bgp extension modulesJan Srnicek1-0/+50
Provides maven modules per bgp extension. Defines common configuration that can be used to define new extensions(AbstractBgpExtensionModule). Change-Id: I1c8ff65b6f9aa5474026f4bdf42476bd0559208e Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>