diff options
author | 2018-08-30 11:27:11 -0400 | |
---|---|---|
committer | 2018-08-30 11:27:35 -0400 | |
commit | 6124f4f4b8cafa2947f85beb9df1a2c0ac0de314 (patch) | |
tree | c277b7ac725464c512cbe972823349a4cde5994f /pomba/network-discovery-api/pom.xml | |
parent | 0a0af2fbf83a2fd523b78dbd377cc93abcbc3755 (diff) |
Update for pomba-audit-common model
Issue-ID: SDNC-317
Change-Id: I88956a61dfd3ada19e1d8e9674715d4a7da1d6c9
Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
Diffstat (limited to 'pomba/network-discovery-api/pom.xml')
-rw-r--r-- | pomba/network-discovery-api/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pomba/network-discovery-api/pom.xml b/pomba/network-discovery-api/pom.xml index a24dcd6..706e240 100644 --- a/pomba/network-discovery-api/pom.xml +++ b/pomba/network-discovery-api/pom.xml @@ -39,7 +39,11 @@ limitations under the License. <version>4.12</version> <scope>test</scope> </dependency> - + <dependency> + <groupId>org.onap.logging-analytics.pomba</groupId> + <artifactId>pomba-audit-common</artifactId> + <version>1.3.1-SNAPSHOT</version> + </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> |