summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2021-07-06 08:37:12 +0000
committerGerrit Code Review <gerrit@onap.org>2021-07-06 08:37:12 +0000
commit8a89b8bcb3fe060b92e860e74d3e3b3f8e7bedb1 (patch)
tree7091966e48eba7204ac3c8163df6822987a09e3f /pom.xml
parent68599cace010d09d3a0a8a767241186df078a49d (diff)
parent616b0760dca131ec703d667d27c256d109944b2b (diff)
Merge "Add Junits for kubernetes participant module"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b33089759..eb8b58a65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,5 +187,9 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ </dependency>
</dependencies>
</project>