diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-06-19 15:10:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-19 15:10:34 +0000 |
commit | 28a639db40aaa98bcfdaf6c690780b727524b2b4 (patch) | |
tree | 56bd51a6ac0a0367f40e63b0ea423456f7fee4e5 /plugins/plugins-event | |
parent | b7ae5e45fd4fd14e582012193bd98ddb8a484f9f (diff) | |
parent | 884d6f53dccac9633ef83e578ef065a7ca2f9ec9 (diff) |
Merge "Remove plexus utils vul'y from XML event plugin"
Diffstat (limited to 'plugins/plugins-event')
-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> |