diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-02-22 11:58:47 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-02-22 12:21:35 -0500 |
commit | e0d71bb74647e5d87b14ede07c30d07c3fb0f5fe (patch) | |
tree | 36ab08f83d3f038b8740fbbd6f34bb9561f9a53d /pom.xml | |
parent | deb9803becab25faf9ed9d609622983b20cc22ea (diff) |
Force dependency upgrade and exclusions
LCM security issues are identified with plexus-utils and xstream. There
is no clear upgrade to the org.kie.* dependencies with a fix for both of
these. We will determine via testing as to whether these exclusions will
result in failure.
Issue-ID: POLICY-506
Change-Id: I9cefb814bb11a9babc4e4a2e47071ab74a46c011
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -324,13 +324,6 @@ </dependency> </dependencies> </plugin> - - <plugin> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - </plugin> - - </plugins> <pluginManagement> <plugins> |