-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#91: Add dependency-check to POM, plus basic Openfire exclusions
- Loading branch information
1 parent
7dab84f
commit 96c1828
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> | ||
<suppress> | ||
<notes>Ignore Openfire</notes> | ||
<packageUrl regex="true">^pkg:maven/org\.igniterealtime\.openfire/xmppserver@.*$</packageUrl> | ||
<cpe>cpe:/a:igniterealtime:openfire</cpe> | ||
</suppress> | ||
<suppress> | ||
<notes>Ignore Openfire</notes> | ||
<packageUrl regex="true">^pkg:maven/org\.igniterealtime\.openfire/xmppserver@.*$</packageUrl> | ||
<cpe>cpe:/a:ignite_realtime:openfire</cpe> | ||
</suppress> | ||
</suppressions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters