aboutsummaryrefslogtreecommitdiffstats
path: root/datafile-dmaap-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'datafile-dmaap-client/pom.xml')
-rw-r--r--datafile-dmaap-client/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/datafile-dmaap-client/pom.xml b/datafile-dmaap-client/pom.xml
index 96e0988c..9f60f8da 100644
--- a/datafile-dmaap-client/pom.xml
+++ b/datafile-dmaap-client/pom.xml
@@ -68,6 +68,10 @@
<artifactId>spring-boot-starter-reactor-netty</artifactId>
</dependency>
<dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>