aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2021-07-01 07:50:45 +0100
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2021-07-01 17:39:25 +0100
commit616b0760dca131ec703d667d27c256d109944b2b (patch)
treeea2072db7fe5fe57a91ac969a1963b548a576935 /pom.xml
parent7d04c23c7c51738d68f325e450ac408c1ae9905f (diff)
Add Junits for kubernetes participant module
Overall coverage for the module: 85% Issue-ID: POLICY-3241 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I00c7866ae598b9768d1616468a4c9bfe4cc76166
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>