diff options
author | Prudence Au <prudence.au@amdocs.com> | 2019-09-10 16:50:39 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2019-09-10 16:50:39 -0400 |
commit | 70371435854475770f6ce667e937f07bdedcfeec (patch) | |
tree | 26972397384a660c0905a491d65bc361daa6cac7 | |
parent | bb3529df56294efa7d842723758b73f29c235573 (diff) |
Update to use the released version of audit-common (1.5.1)HEAD5.0.1-ONAP1.5.1masterelalto
Issue-ID: LOG-1119
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: If85f46d5ebf6f094fa1b718f73ac55cd668bc4f6
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -156,7 +156,7 @@ limitations under the License. <dependency> <groupId>org.onap.logging-analytics.pomba</groupId> <artifactId>pomba-audit-common</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.1</version> </dependency> <dependency> <groupId>com.google.guava</groupId> |