Skip to content

Commit 04b2061

Browse files
Excluded commons-beanutils from hadoop-common
1 parent b2c9132 commit 04b2061

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
@@ -133,6 +133,10 @@
133133
<groupId>commons-logging</groupId>
134134
<artifactId>commons-logging</artifactId>
135135
</exclusion>
136+
<exclusion>
137+
<groupId>commons-beanutils</groupId>
138+
<artifactId>commons-beanutils</artifactId>
139+
</exclusion>
136140
<exclusion>
137141
<groupId>log4j</groupId>
138142
<artifactId>log4j</artifactId>

0 commit comments

Comments
 (0)