Skip to content

Commit 5e7e3b9

Browse files
committed
dependency on Zip to use IOUtils class.
1 parent 3744191 commit 5e7e3b9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

plugins/tasks/resource/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
<artifactId>concord-runtime-sdk-v2</artifactId>
2626
<scope>provided</scope>
2727
</dependency>
28+
<dependency>
29+
<groupId>com.walmartlabs.concord</groupId>
30+
<artifactId>concord-common</artifactId>
31+
<scope>provided</scope>
32+
</dependency>
33+
<dependency>
34+
<groupId>org.apache.commons</groupId>
35+
<artifactId>commons-compress</artifactId>
36+
<scope>provided</scope>
37+
</dependency>
2838
<dependency>
2939
<groupId>javax.inject</groupId>
3040
<artifactId>javax.inject</artifactId>

0 commit comments

Comments
 (0)