diff options
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> |