Strabon
diff pom.xml @ 281:21e67e71f209
Added log4j dependencies.
Please update your project configuration in eclipse.
Please update your project configuration in eclipse.
author | Kostis Kyzirakos <kkyzir@di.uoa.gr> |
---|---|
date | Mon Jun 18 16:02:15 2012 +0300 (2012-06-18) |
parents | ea0831917846 |
children | f68dd3a4aa8b |
line diff
1.1 --- a/pom.xml Thu May 31 11:20:51 2012 +0300 1.2 +++ b/pom.xml Mon Jun 18 16:02:15 2012 +0300 1.3 @@ -32,7 +32,8 @@ 1.4 <eu.earthobservatory.version>3.1.10-SNAPSHOT</eu.earthobservatory.version> 1.5 <sesame.version>2.6.3</sesame.version> 1.6 <aduna.appbase.version>3.5.0</aduna.appbase.version> 1.7 - <slf4j.version>1.6.1</slf4j.version> 1.8 + <slf4j.version>1.6.4</slf4j.version> 1.9 + <log4j.version>1.2.17</log4j.version> 1.10 <spring.version>2.5.6</spring.version> 1.11 <jts.version>1.11</jts.version> 1.12 <geotools.version>2.7.4</geotools.version> 1.13 @@ -324,18 +325,34 @@ 1.14 <version>${slf4j.version}</version> 1.15 </dependency> 1.16 1.17 + <!-- 1.18 <dependency> 1.19 <groupId>org.slf4j</groupId> 1.20 <artifactId>slf4j-simple</artifactId> 1.21 <version>${slf4j.version}</version> 1.22 </dependency> 1.23 - 1.24 + --> 1.25 + 1.26 <dependency> 1.27 <groupId>net.sf</groupId> 1.28 <artifactId>log4jdbc4</artifactId> 1.29 <version>1.2</version> 1.30 </dependency> 1.31 1.32 + <!-- LOG4J --> 1.33 + <dependency> 1.34 + <groupId>org.slf4j</groupId> 1.35 + <artifactId>slf4j-log4j12</artifactId> 1.36 + <version>${slf4j.version}</version> 1.37 + </dependency> 1.38 + 1.39 + <dependency> 1.40 + <groupId>log4j</groupId> 1.41 + <artifactId>log4j</artifactId> 1.42 + <version>${log4j.version}</version> 1.43 + </dependency> 1.44 + 1.45 + 1.46 <!-- Apache Commons --> 1.47 <dependency> 1.48 <groupId>commons-cli</groupId>