diff options
Diffstat (limited to 'catalog-be')
-rw-r--r-- | catalog-be/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 8975ee1157..05ac518397 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -221,12 +221,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> <!-- http client END --> |