Skip to content

Commit

Permalink
Bump smack jar version from 3.1.0 to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijithumbe committed Jan 24, 2025
1 parent e81bc4a commit af5962a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jabber-workitem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,10 @@
<rules>
<banDuplicateClasses>
<ignoreClasses combine.children="append">
<!-- Bundled in jivesoftware:smack with little chance to get removed -->
<!-- Bundled in org.igniterealtime.smack:smack-core with little chance to get removed -->
<ignoreClass>org.xmlpull.mxp1.MXParser</ignoreClass>
<ignoreClass>org.xmlpull.v1.XmlPullParserFactory</ignoreClass>
<ignoreClass>org.xmlpull.v1.XmlSerializer</ignoreClass>
</ignoreClasses>
</banDuplicateClasses>
</rules>
Expand Down

0 comments on commit af5962a

Please sign in to comment.