Skip to content

Commit 57c22a4

Browse files
committed
[bugfix] upgradr transient library
1 parent d8a9ed7 commit 57c22a4

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

extensions/webdav/pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
<version>${project.version}</version>
5353
</dependency>
5454

55+
<dependency>
56+
<groupId>commons-beanutils</groupId>
57+
<artifactId>commons-beanutils</artifactId>
58+
<version>1.9.4</version>
59+
</dependency>
60+
5561
<dependency>
5662
<groupId>org.exist-db.thirdparty.com.ettrema</groupId>
5763
<artifactId>milton-api</artifactId>
@@ -60,6 +66,10 @@
6066
<groupId>jdom</groupId>
6167
<artifactId>jdom</artifactId>
6268
</exclusion>
69+
<exclusion>
70+
<groupId>commons-beanutils</groupId>
71+
<artifactId>commons-beanutils</artifactId>
72+
</exclusion>
6373
</exclusions>
6474
</dependency>
6575

@@ -186,7 +196,8 @@
186196
<failOnWarning>true</failOnWarning>
187197
<ignoredUnusedDeclaredDependencies>
188198
<ignoredUnusedDeclaredDependency>org.junit.vintage:junit-vintage-engine:jar</ignoredUnusedDeclaredDependency>
189-
<ignoredUnusedDeclaredDependency>org.jdom:jdom:jar:1.1.3</ignoredUnusedDeclaredDependency>
199+
<ignoredUnusedDeclaredDependency>org.jdom:jdom:jar</ignoredUnusedDeclaredDependency>
200+
<ignoredUnusedDeclaredDependency>commons-beanutils:commons-beanutils</ignoredUnusedDeclaredDependency>
190201

191202
<!-- needed for running tests that depend on eXist-db Jetty server -->
192203
<ignoredUnusedDeclaredDependency>${project.groupId}:exist-jetty-config:jar:${project.version}</ignoredUnusedDeclaredDependency>

0 commit comments

Comments
 (0)