diff options
author | Michael Lando <ml636r@att.com> | 2017-02-28 01:44:21 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-02-28 01:44:21 +0200 |
commit | 2e0ef97f37a2fb4174d48fc86adbc3b73b1a957b (patch) | |
tree | 7ed1ed2062854a54d6f2e3549d853c230606a052 /catalog-model | |
parent | c0ac015cec8813f835b2aec44c8e7e6c1eacf574 (diff) |
pom fix
Change-Id: I0a83c9b59902eb5a3f9c1429a5d2d495af078ec0
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-model')
-rw-r--r-- | catalog-model/pom.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index a65eebc817..ed409a0bd5 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -16,6 +16,21 @@ <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> + <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> |