Skip to content

Commit 645877d

Browse files
committed
Add commons-beanutils for testing
1 parent 20e9bf5 commit 645877d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,13 @@
245245
</dependency>
246246

247247
<!-- 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>
248255
<dependency>
249256
<groupId>junit</groupId>
250257
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)