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 5252 <version >${project.version} </version >
5353 </dependency >
5454
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+
5564 <dependency >
5665 <groupId >org.exist-db.thirdparty.com.ettrema</groupId >
5766 <artifactId >milton-api</artifactId >
6069 <groupId >jdom</groupId >
6170 <artifactId >jdom</artifactId >
6271 </exclusion >
72+ <exclusion >
73+ <groupId >commons-beanutils</groupId >
74+ <artifactId >commons-beanutils</artifactId >
75+ </exclusion >
6376 </exclusions >
6477 </dependency >
6578
186199 <failOnWarning >true</failOnWarning >
187200 <ignoredUnusedDeclaredDependencies >
188201 <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 >
190204
191205 <!-- needed for running tests that depend on eXist-db Jetty server -->
192206 <ignoredUnusedDeclaredDependency >${project.groupId} :exist-jetty-config:jar:${project.version} </ignoredUnusedDeclaredDependency >
You can’t perform that action at this time.
0 commit comments