diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-06-19 14:53:02 +0800 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-06-19 14:53:36 +0800 |
commit | 884d6f53dccac9633ef83e578ef065a7ca2f9ec9 (patch) | |
tree | d1774bc361da3926ccc1044c4c93a7fb210addd5 /plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml | |
parent | 8623ca6174b6d724d3d480f0bf54300f18460350 (diff) |
Remove plexus utils vul'y from XML event plugin
The plexus-utils dependency on JAXB on the XML event plugin has
security vulnerabilities. It is excluded as a dependency.
Change-Id: I84f3bbea221374e0e245ef427aac3ec1ba64f48f
Issue-ID: POLICY-905
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml')
-rw-r--r-- | plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml b/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml index fd2be45c1..0e5e57d13 100644 --- a/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml +++ b/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml @@ -38,7 +38,13 @@ <dependency> <groupId>org.jvnet.jaxb2.maven2</groupId> <artifactId>maven-jaxb2-plugin</artifactId> - <version>0.13.2</version> + <version>0.14.0</version> + <exclusions> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-utils</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.jvnet.jaxb2_commons</groupId> |