Skip to content

Commit 4554168

Browse files
dnwickAnuGayan
authored andcommitted
Add missing dependency to sample clients
(cherry picked from commit 1210800)
1 parent be41f1b commit 4554168

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/samples/sample-clients/kafka-consumer/build.xml

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
<include name="commons-pool_*.jar"/>
5757
<include name="org.apache.ws.commons.axiom.axiom-api_*.jar"/>
5858
<include name="jaxen_*.jar"/>
59+
<include name="org.wso2.carbon.si.metrics.core_*.jar"/>
5960
</fileset>
6061
</path>
6162

modules/samples/sample-clients/kafka-producer/build.xml

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
<include name="org.wso2.carbon.transport.http.netty_*.jar"/>
6262
<include name="io.netty.*.jar"/>
6363
<include name="commons-pool_*.jar"/>
64+
<include name="org.wso2.carbon.si.metrics.core_*.jar"/>
6465
</fileset>
6566
</path>
6667

0 commit comments

Comments
 (0)