diff options
Diffstat (limited to 'common-app-api/pom.xml')
-rw-r--r-- | common-app-api/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml index 342c5763fa..aacaa35ef8 100644 --- a/common-app-api/pom.xml +++ b/common-app-api/pom.xml @@ -161,12 +161,14 @@ <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> |