Ignore infinispan-embedded and infinispan-remote during bom verification
Closes gh-16926
This commit is contained in:
parent
42a0f69120
commit
ea7ac08109
|
@ -39,6 +39,10 @@ bomr:
|
|||
- 'io.micrometer:micrometer-registry-azure-monitor'
|
||||
- 'org.eclipse.jetty.gcloud:jetty-gcloud-session-manager'
|
||||
- 'org.eclipse.jetty:jetty-home'
|
||||
# Mismanaged by Jetty's bom. See
|
||||
# https://github.com/eclipse/jetty.project/issues/3680
|
||||
- 'org.eclipse.jetty:infinispan-embedded'
|
||||
- 'org.eclipse.jetty:infinispan-remote'
|
||||
repositories:
|
||||
# Solr's Restlet dependencies
|
||||
- 'https://maven.restlet.com'
|
||||
|
|
Loading…
Reference in New Issue