We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c7814 commit ae5ba9fCopy full SHA for ae5ba9f
core/pom.xml
@@ -33,7 +33,7 @@
33
<properties>
34
<sbt.project.name>core</sbt.project.name>
35
</properties>
36
-
+
37
<dependencies>
38
<!-- #if scala-2.13 --><!--
39
<dependency>
@@ -196,6 +196,10 @@
196
<groupId>commons-collections</groupId>
197
<artifactId>commons-collections</artifactId>
198
</dependency>
199
+ <dependency>
200
+ <groupId>commons-beanutils</groupId>
201
+ <artifactId>commons-beanutils</artifactId>
202
+ </dependency>
203
204
<groupId>com.google.code.findbugs</groupId>
205
<artifactId>jsr305</artifactId>
0 commit comments