diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-06-22 10:18:44 +0800 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-06-26 11:39:16 +0100 |
commit | eb4f03ccf03562161098735ab6d8d7c7414d63fc (patch) | |
tree | 3d2da39ace9d5542b14f2cbb335f93f536147080 /plugins/plugins-event/plugins-event-protocol | |
parent | c64ab628a9a861a36b25418a2f187b93efc27880 (diff) |
Fix vulnerabilities in dependencies
Exclude commons-beanutils from JMS plugin
Upgrade apacne ant version in XML plugin
Upgrade Grizzly version in all plugins
Issue-ID: POLICY-905
Change-Id: Ifa0d91bdead94be605cf5d51598ce36dd2c7b0fb
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'plugins/plugins-event/plugins-event-protocol')
-rw-r--r-- | plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml | 9 |
1 files changed, 9 insertions, 0 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 0e5e57d13..a200faa49 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 @@ -44,6 +44,10 @@ <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.ant</groupId> + <artifactId>ant</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -51,6 +55,11 @@ <artifactId>jaxb2-basics-runtime</artifactId> <version>1.11.1</version> </dependency> + <dependency> + <groupId>org.apache.ant</groupId> + <artifactId>ant</artifactId> + <version>1.10.3</version> + </dependency> </dependencies> <build> |