diff options
author | Tarun Tej Velaga <tt3868@att.com> | 2017-08-15 13:20:02 +0000 |
---|---|---|
committer | Tarun Tej Velaga <tt3868@att.com> | 2017-08-15 20:27:21 +0000 |
commit | 5ae90a9bf72d2d6dbb163c3dbea5474b657be7e7 (patch) | |
tree | 4b3baebc47b1edee20e96bcd2e8566234903985f /controlloop/common/policy-yaml/pom.xml | |
parent | 18f392b0420a8fe6022a5c3cd6c20e99651a5b66 (diff) |
Policy-yaml changes
Changes to Policy-yaml and sdc projects based on changes from policy/engine.
Issue-Id: POLICY-88
Change-Id: Ic1a58f00029b9a66db6980fc7732a2ac57390229
Signed-off-by: Tarun Tej Velaga <tt3868@att.com>
Diffstat (limited to 'controlloop/common/policy-yaml/pom.xml')
-rw-r--r-- | controlloop/common/policy-yaml/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/controlloop/common/policy-yaml/pom.xml b/controlloop/common/policy-yaml/pom.xml index 6f87a978a..8e313cb62 100644 --- a/controlloop/common/policy-yaml/pom.xml +++ b/controlloop/common/policy-yaml/pom.xml @@ -9,6 +9,18 @@ <artifactId>policy-yaml</artifactId> <dependencies> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.7.25</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <version>1.2.3</version> + <scope>provided</scope> + </dependency> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> |