diff options
Diffstat (limited to 'integration-tests')
-rw-r--r-- | integration-tests/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 87761e6f0c..4fd4304f4b 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -149,6 +149,10 @@ limitations under the License. <groupId>org.apache.thrift</groupId> <artifactId>libthrift</artifactId> </exclusion> + <exclusion> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |