aboutsummaryrefslogtreecommitdiffstats
path: root/common-be
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-02-28 00:14:37 +0000
committerGerrit Code Review <gerrit@openecomp.org>2017-02-28 00:14:37 +0000
commitfdf4f9e898f7597c3b5d5f6b7eaf54520d04aad2 (patch)
tree023061e6968774f6931a5cd431237deb06a45e91 /common-be
parent3db1568ddb6a1d8801de38f0aeeab70b81e8df24 (diff)
parent2e0ef97f37a2fb4174d48fc86adbc3b73b1a957b (diff)
Merge "pom fix"
Diffstat (limited to 'common-be')
-rw-r--r--common-be/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/common-be/pom.xml b/common-be/pom.xml
index 13bd8c2235..ce7b0d944e 100644
--- a/common-be/pom.xml
+++ b/common-be/pom.xml
@@ -24,6 +24,19 @@
<dependencies>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
<!-- Common of SD&C -->
<dependency>
<groupId>org.springframework</groupId>