File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 7
7
issue-labels :
8
8
- ' type: dependency-upgrade'
9
9
policy : same-minor-version
10
+ prohibited :
11
+ - project : couchbase-client
12
+ versions :
13
+ # Jar contains dependencies' classes resulting in duplicates
14
+ - ' 2.7.3'
15
+ - project : dom4j
16
+ versions :
17
+ # Old versions that use yyyymmdd format
18
+ - ' [20040101,)'
19
+ - project : glassfish-jaxb
20
+ versions :
21
+ # Switches to Jarkarta EE API dependencies resulting in duplicate classes
22
+ - ' [2.3.2,2.4)'
23
+ - project : saaj-impl
24
+ versions :
25
+ # Switches to Jarkarta EE API dependencies resulting in duplicate classes
26
+ - ' [1.5.1,1.6)'
27
+ - project : selenium-htmlunit
28
+ versions :
29
+ # Requires a new minor of Selenium which contains breaking API changes
30
+ - ' [2.33.1,2.34)'
10
31
verify :
11
32
ignored-dependencies :
12
33
# Avoid confliciting transitive requirements for
You can’t perform that action at this time.
0 commit comments