We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3744191 commit 5e7e3b9Copy full SHA for 5e7e3b9
plugins/tasks/resource/pom.xml
@@ -25,6 +25,16 @@
25
<artifactId>concord-runtime-sdk-v2</artifactId>
26
<scope>provided</scope>
27
</dependency>
28
+ <dependency>
29
+ <groupId>com.walmartlabs.concord</groupId>
30
+ <artifactId>concord-common</artifactId>
31
+ <scope>provided</scope>
32
+ </dependency>
33
34
+ <groupId>org.apache.commons</groupId>
35
+ <artifactId>commons-compress</artifactId>
36
37
38
<dependency>
39
<groupId>javax.inject</groupId>
40
<artifactId>javax.inject</artifactId>
0 commit comments