We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e9bf5 commit 645877dCopy full SHA for 645877d
1 file changed
pom.xml
@@ -245,6 +245,13 @@
245
</dependency>
246
247
<!-- Testing utilities -->
248
+ <!-- FIXME: remove this dependency altogether, but it's used indirectly in ConfigUtilsTest -->
249
+ <dependency>
250
+ <groupId>commons-beanutils</groupId>
251
+ <artifactId>commons-beanutils</artifactId>
252
+ <version>1.9.4</version>
253
+ <scope>test</scope>
254
+ </dependency>
255
<dependency>
256
<groupId>junit</groupId>
257
<artifactId>junit</artifactId>
0 commit comments