Strabon
changeset 186:975f68fc4c63
commons coded dependency fix
author | Michael Sioutis |
---|---|
date | Wed May 23 13:56:25 2012 +0300 (2012-05-23) |
parents | 91c401e50902 |
children | 44695999d693 |
files | generaldb/pom.xml pom.xml |
line diff
1.1 --- a/generaldb/pom.xml Wed May 23 13:35:07 2012 +0300 1.2 +++ b/generaldb/pom.xml Wed May 23 13:56:25 2012 +0300 1.3 @@ -88,6 +88,11 @@ 1.4 <groupId>net.sf</groupId> 1.5 <artifactId>log4jdbc4</artifactId> 1.6 </dependency> 1.7 - 1.8 + <dependency> 1.9 + <groupId>commons-codec</groupId> 1.10 + <artifactId>commons-codec</artifactId> 1.11 + <version>1.2</version> 1.12 +</dependency> 1.13 + 1.14 </dependencies> 1.15 </project>