diff options
author | Prudence Au <prudence.au@amdocs.com> | 2019-08-10 12:50:51 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2019-08-10 12:50:51 -0400 |
commit | ac929077ea120a4d593eff904c1f71d26358e5c8 (patch) | |
tree | f6dabf52329096a2fcb13e668a291a7620419aa1 | |
parent | d3a7e368c5d5c3e6e8fb375af86559d85e1c37e3 (diff) |
Use released version of audit-common
Issue-ID: LOG-1066
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: Ic1cd0116e22b00fbeb5eea0d68f7190466a54a03
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ <dependency> <groupId>org.onap.logging-analytics.pomba</groupId> <artifactId>pomba-audit-common</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> |