diff options
author | cookiewang <gw1218@att.com> | 2017-08-30 09:43:50 -0500 |
---|---|---|
committer | cookiewang <gw1218@att.com> | 2017-08-30 09:44:17 -0500 |
commit | b5c606476cd4768d98ac616e97c4af992920312c (patch) | |
tree | 86ceba0314d2a8ca19905a4bc50f5cad966991c9 /LogParser/pom.xml | |
parent | ed3acdbb2d22e819218eea730932950d69d985fe (diff) |
Add a new cleanup process
Created a new cleanup process to delete all the old data from SystemLogDB
table
Issue-ID:POLICY-193
Change-Id: Id17539e68ac70be20857b071ffb3700a85bcb817
Signed-off-by: cookiewang <gw1218@att.com>
Diffstat (limited to 'LogParser/pom.xml')
-rw-r--r-- | LogParser/pom.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/LogParser/pom.xml b/LogParser/pom.xml index 44bb8fe7f..d8cef1745 100644 --- a/LogParser/pom.xml +++ b/LogParser/pom.xml @@ -48,11 +48,26 @@ </dependency> <dependency> <groupId>org.onap.policy.common</groupId> - <artifactId>integrity-monitor</artifactId> + <artifactId>ONAP-Logging</artifactId> <version>${common-modules.version}</version> <exclusions> <exclusion> <groupId>org.powermock</groupId> + <artifactId>powermock-module-junit4</artifactId> + </exclusion> + <exclusion> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>integrity-monitor</artifactId> + <version>${common-modules.version}</version> + <exclusions> + <exclusion> + <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito</artifactId> </exclusion> </exclusions> |