Browse Source

Ignore non-existent Spring Data MongoDB module

Closes gh-16573
pull/16584/head
Andy Wilkinson 7 years ago
parent
commit
66b4f187c0
  1. 2
      .bomr/bomr.yaml

2
.bomr/bomr.yaml

@ -29,6 +29,8 @@ bomr: @@ -29,6 +29,8 @@ bomr:
- 'io.micrometer:micrometer-registry-azure-monitor'
- 'org.eclipse.jetty.gcloud:jetty-gcloud-session-manager'
- 'org.eclipse.jetty:jetty-home'
# Removed in Moore-M3 but accidentally left in the bom
- 'org.springframework.data:spring-data-mongodb-cross-store'
repositories:
# Caffeine Simulator's dependencies
- 'https://maven.imagej.net/content/repositories/public/'

Loading…
Cancel
Save