diff options
author | Michael Lando <ml636r@att.com> | 2017-02-28 00:14:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-02-28 00:14:37 +0000 |
commit | fdf4f9e898f7597c3b5d5f6b7eaf54520d04aad2 (patch) | |
tree | 023061e6968774f6931a5cd431237deb06a45e91 /asdctool/pom.xml | |
parent | 3db1568ddb6a1d8801de38f0aeeab70b81e8df24 (diff) | |
parent | 2e0ef97f37a2fb4174d48fc86adbc3b73b1a957b (diff) |
Merge "pom fix"
Diffstat (limited to 'asdctool/pom.xml')
-rw-r--r-- | asdctool/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 20a6919468..ee757ee79f 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -21,6 +21,8 @@ <!--<scope>provided</scope>--> <!--</dependency>--> + + <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> @@ -243,12 +245,14 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> + <version>1.2.1-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> + <version>2.0-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> |