diff options
author | Avdhut Kholkar <avdhut.kholkar@amdocs.com> | 2018-07-12 05:34:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-12 05:34:37 +0000 |
commit | af1410de64d463905dd6deee62efdd88ff616ce8 (patch) | |
tree | 01b7286bfd927f34481bab8a4b4920a6a0407e48 /reference/logging-library/pom.xml | |
parent | 1ec5963cd18cd70b6aabe5fe70ab3734dd9f3307 (diff) | |
parent | 9eee6ac9daa5b82946b4f7c7eaa817ae3e1f4cab (diff) |
Merge "logging library use and k8s"
Diffstat (limited to 'reference/logging-library/pom.xml')
-rw-r--r-- | reference/logging-library/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/reference/logging-library/pom.xml b/reference/logging-library/pom.xml index 74e3a7c..ed07037 100644 --- a/reference/logging-library/pom.xml +++ b/reference/logging-library/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-reference</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> </parent> <artifactId>logging-library</artifactId> @@ -60,5 +60,10 @@ <properties> </properties> <dependencies> + <dependency> + <groupId>org.onap.logging-analytics</groupId> + <artifactId>logging-slf4j</artifactId> + <version>1.2.2-SNAPSHOT</version> + </dependency> </dependencies> </project> |