Skip to content

Commit

Permalink
Add missing dependency to sample clients
Browse files Browse the repository at this point in the history
(cherry picked from commit 1210800)
  • Loading branch information
dnwick authored and AnuGayan committed Apr 28, 2021
1 parent be41f1b commit 4554168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/samples/sample-clients/kafka-consumer/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<include name="commons-pool_*.jar"/>
<include name="org.apache.ws.commons.axiom.axiom-api_*.jar"/>
<include name="jaxen_*.jar"/>
<include name="org.wso2.carbon.si.metrics.core_*.jar"/>
</fileset>
</path>

Expand Down
1 change: 1 addition & 0 deletions modules/samples/sample-clients/kafka-producer/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<include name="org.wso2.carbon.transport.http.netty_*.jar"/>
<include name="io.netty.*.jar"/>
<include name="commons-pool_*.jar"/>
<include name="org.wso2.carbon.si.metrics.core_*.jar"/>
</fileset>
</path>

Expand Down

0 comments on commit 4554168

Please sign in to comment.