summaryrefslogtreecommitdiffstats
path: root/infra/northbound/bgp-extensions/labeled-unicast/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-01-17Honeycomb 1.18.01-RC2v1.18.01-RC2Marek Gradzki1-2/+2
Change-Id: I7f0d206bd0e387654067170f6fc9d5b8b89b4b2f Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-01-09Set honeycomb version back to 1.18.01-SNAPSHOTMarek Gradzki1-2/+2
Change-Id: Iabf918a51119cc8e9c840ae8341a5a71bb936bd6 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-01-09Bump honeycomb version to 1.18.01-RC1v1.18.01-RC1Marek Gradzki1-2/+2
Change-Id: I1a3a7373206af1951b5a6fbdcba7942d9ceebec2 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>