Skip to content

Commit ae5ba9f

Browse files
avenherakEgor Krivokon
authored andcommitted
MapR [SPARK-664] commons-beanutils as dependency for mapr-spark
1 parent d2c7814 commit ae5ba9f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

core/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<properties>
3434
<sbt.project.name>core</sbt.project.name>
3535
</properties>
36-
36+
3737
<dependencies>
3838
<!-- #if scala-2.13 --><!--
3939
<dependency>
@@ -196,6 +196,10 @@
196196
<groupId>commons-collections</groupId>
197197
<artifactId>commons-collections</artifactId>
198198
</dependency>
199+
<dependency>
200+
<groupId>commons-beanutils</groupId>
201+
<artifactId>commons-beanutils</artifactId>
202+
</dependency>
199203
<dependency>
200204
<groupId>com.google.code.findbugs</groupId>
201205
<artifactId>jsr305</artifactId>

0 commit comments

Comments
 (0)