diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-05 20:34:18 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-05 20:34:30 -0500 |
commit | 48276315757f6561ee6a52575c07ba4d726679f5 (patch) | |
tree | a17e2fe76bf67c08ee3752214dbbee64dd8bd01d /LogParser/pom.xml | |
parent | d7dd5e1a57ae6bf0b0e832a7ccb323f9cf972b80 (diff) |
Clean up pom.xml and fix CLM
This has some cleanup for overriding managed dependencies, a
duplicate entry for mariadb, unnecessary inclusion of older
EELF library, an upgrade of swagger tools to fix a security
issue and lastly an override of a depedency to clear a
security issue.
Issue-ID: POLICY-507
Change-Id: I8767f6edc37551c559010d96d350afdd5961f13d
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'LogParser/pom.xml')
-rw-r--r-- | LogParser/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/LogParser/pom.xml b/LogParser/pom.xml index 0bd21a8de..16c58dd4c 100644 --- a/LogParser/pom.xml +++ b/LogParser/pom.xml @@ -34,7 +34,6 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.4.193</version> </dependency> <dependency> <groupId>org.mariadb.jdbc</groupId> @@ -70,7 +69,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> - <version>2.4</version> + <version>2.8.2</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> |