diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-09 13:17:56 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-09 13:18:14 -0500 |
commit | 37ca14cde10e1b507464d88ed2ebbc3fcaa7e7bb (patch) | |
tree | b3b8307ced602c1eb75d96e3d302aad6353bd460 /LogParser | |
parent | 4e9205fe5586a33461e8207e446147948d3fd309 (diff) |
Use org.onap.aaf dependencies
Move from github version to the onap version.
Issue-ID: POLICY-568
Change-Id: I30f91b07cb690e50e829c14725c1bf05a1f4200b
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'LogParser')
-rw-r--r-- | LogParser/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LogParser/pom.xml b/LogParser/pom.xml index 16c58dd4c..db47245b6 100644 --- a/LogParser/pom.xml +++ b/LogParser/pom.xml @@ -125,7 +125,7 @@ <artifactId>cambriaClient</artifactId> </exclusion> <exclusion> - <groupId>com.att.cadi</groupId> + <groupId>org.onap.aaf.cadi</groupId> <artifactId>cadi-aaf</artifactId> </exclusion> </exclusions> |