diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-07 14:16:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-07 14:16:13 +0000 |
commit | 45980fe83716dd804d9b1ce115088d096454f6d3 (patch) | |
tree | 7d5af96804b9a1e45471d3dd7423d7a4e1db6acb /LogParser | |
parent | b2d7646daa4c1a15af8df0a5a915dbbda9a1b2ee (diff) | |
parent | 48276315757f6561ee6a52575c07ba4d726679f5 (diff) |
Merge "Clean up pom.xml and fix CLM"
Diffstat (limited to 'LogParser')
-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> |