Strabon
diff pom.xml @ 60:2b5e399f7bb0
Modified various pom.xml to get rid of warnings when compiling with Maven 3
author | Kostis Kyzirakos <kkyzir@di.uoa.gr> |
---|---|
date | Mon Mar 19 20:43:30 2012 +0100 (2012-03-19) |
parents | 4fda8ab4a47e |
children | 5a6948d2bfc5 |
line diff
1.1 --- a/pom.xml Wed Mar 14 15:07:38 2012 +0200 1.2 +++ b/pom.xml Mon Mar 19 20:43:30 2012 +0100 1.3 @@ -36,6 +36,8 @@ 1.4 <slf4j.version>1.6.1</slf4j.version> 1.5 <spring.version>2.5.6</spring.version> 1.6 <geotools.version>2.7.4</geotools.version> 1.7 + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 1.8 + <project.build.targetEncoding>UTF-8</project.build.targetEncoding> 1.9 </properties> 1.10 1.11 <dependencyManagement> 1.12 @@ -103,12 +105,6 @@ 1.13 1.14 <dependency> 1.15 <groupId>org.openrdf.sesame</groupId> 1.16 - <artifactId>sesame-queryalgebra-evaluation</artifactId> 1.17 - <version>${sesame.version}</version> 1.18 - </dependency> 1.19 - 1.20 - <dependency> 1.21 - <groupId>org.openrdf.sesame</groupId> 1.22 <artifactId>sesame-queryparser-api</artifactId> 1.23 <version>${sesame.version}</version> 1.24 </dependency> 1.25 @@ -335,6 +331,13 @@ 1.26 <version>${slf4j.version}</version> 1.27 </dependency> 1.28 1.29 + <dependency> 1.30 + <groupId>net.sf</groupId> 1.31 + <artifactId>log4jdbc4</artifactId> 1.32 + <version>1.2</version> 1.33 + </dependency> 1.34 + 1.35 + 1.36 </dependencies> 1.37 </dependencyManagement> 1.38 1.39 @@ -354,6 +357,7 @@ 1.40 <plugin> 1.41 <groupId>org.apache.maven.plugins</groupId> 1.42 <artifactId>maven-compiler-plugin</artifactId> 1.43 + <version>2.3.2</version> 1.44 <configuration> 1.45 <source>1.6</source> 1.46 <target>1.6</target> 1.47 @@ -380,6 +384,7 @@ 1.48 <plugin> 1.49 <groupId>org.apache.maven.plugins</groupId> 1.50 <artifactId>maven-javadoc-plugin</artifactId> 1.51 + <version>2.8.1</version> 1.52 <configuration> 1.53 <source>1.6</source> 1.54 <encoding>utf8</encoding>