File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 52
52
<version >${project.version} </version >
53
53
</dependency >
54
54
55
+ <!--
56
+ Enforce transient dependency to an explicit version.
57
+ -->
58
+ <dependency >
59
+ <groupId >commons-beanutils</groupId >
60
+ <artifactId >commons-beanutils</artifactId >
61
+ <version >1.9.4</version >
62
+ </dependency >
63
+
55
64
<dependency >
56
65
<groupId >org.exist-db.thirdparty.com.ettrema</groupId >
57
66
<artifactId >milton-api</artifactId >
60
69
<groupId >jdom</groupId >
61
70
<artifactId >jdom</artifactId >
62
71
</exclusion >
72
+ <exclusion >
73
+ <groupId >commons-beanutils</groupId >
74
+ <artifactId >commons-beanutils</artifactId >
75
+ </exclusion >
63
76
</exclusions >
64
77
</dependency >
65
78
186
199
<failOnWarning >true</failOnWarning >
187
200
<ignoredUnusedDeclaredDependencies >
188
201
<ignoredUnusedDeclaredDependency >org.junit.vintage:junit-vintage-engine:jar</ignoredUnusedDeclaredDependency >
189
- <ignoredUnusedDeclaredDependency >org.jdom:jdom:jar:1.1.3</ignoredUnusedDeclaredDependency >
202
+ <ignoredUnusedDeclaredDependency >org.jdom:jdom:jar</ignoredUnusedDeclaredDependency >
203
+ <ignoredUnusedDeclaredDependency >commons-beanutils:commons-beanutils</ignoredUnusedDeclaredDependency >
190
204
191
205
<!-- needed for running tests that depend on eXist-db Jetty server -->
192
206
<ignoredUnusedDeclaredDependency >${project.groupId} :exist-jetty-config:jar:${project.version} </ignoredUnusedDeclaredDependency >
You can’t perform that action at this time.
0 commit comments