summaryrefslogtreecommitdiffstats
path: root/policy-management/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-04-16 14:50:54 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-16 14:50:54 +0000
commitf1a1be750c2ea2d18aa0a3aec5e3b092fb5c491e (patch)
tree1c49a8486e6a9ca537fcf5dd9367fd4b5bdc3a28 /policy-management/pom.xml
parent8658906abfac84d568381d15504cd3f7ac36108e (diff)
parent4390de5f7da75b09afdaa368a1ddcea2b1f0c43d (diff)
Merge "Switch to cambria client 1.2.1-oss"
Diffstat (limited to 'policy-management/pom.xml')
-rw-r--r--policy-management/pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/policy-management/pom.xml b/policy-management/pom.xml
index 75568122..56037f36 100644
--- a/policy-management/pom.xml
+++ b/policy-management/pom.xml
@@ -3,7 +3,7 @@
============LICENSE_START=======================================================
ONAP Policy Engine - Drools PDP
================================================================================
- Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -235,6 +235,15 @@
<version>4.1</version>
</dependency>
+ <!-- if we don't explicitly specify the version here, we seem to end up
+ with version 1.4 (as a dependency to drools-core). This version is
+ not compatible with 'saClientLibrary' version 1.2.1-oss -->
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.9</version>
+ </dependency>
+
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>