From eaec7c3623ef227854fc71e64f96f57c6944551a Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 24 Oct 2019 08:12:14 -0700 Subject: [PATCH] Remove Jetty BOMR restriction See gh-18536 --- .bomr/bomr.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.bomr/bomr.yaml b/.bomr/bomr.yaml index a7400d34d5..bd73bba3af 100644 --- a/.bomr/bomr.yaml +++ b/.bomr/bomr.yaml @@ -16,10 +16,6 @@ bomr: versions: # Switches to Jarkarta EE API dependencies resulting in duplicate classes - '[2.3.2,2.4)' - - project: jetty - versions: - # Contains incompatiable class change - - '9.4.20.v20190813' - project: netty versions: # https://github.com/reactor/reactor-netty/issues/844