Skip to content

Commit d76ff0e

Browse files
Excluded commons-beanutils from hadoop-common
1 parent d54d442 commit d76ff0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@
128128
<groupId>commons-logging</groupId>
129129
<artifactId>commons-logging</artifactId>
130130
</exclusion>
131+
<exclusion>
132+
<groupId>commons-beanutils</groupId>
133+
<artifactId>commons-beanutils</artifactId>
134+
</exclusion>
131135
<exclusion>
132136
<groupId>log4j</groupId>
133137
<artifactId>log4j</artifactId>

0 commit comments

Comments
 (0)