Strabon
changeset 796:fab420afc6c1
pom.xml clean up
author | Kostis Kyzirakos <kkyzir@di.uoa.gr> |
---|---|
date | Tue Dec 11 00:10:17 2012 +0200 (2012-12-11) |
parents | bf41e1f04c52 |
children | 7089b2d52c7f |
files | generaldb/pom.xml pom.xml |
line diff
1.1 --- a/generaldb/pom.xml Mon Dec 10 22:27:44 2012 +0200 1.2 +++ b/generaldb/pom.xml Tue Dec 11 00:10:17 2012 +0200 1.3 @@ -22,10 +22,12 @@ 1.4 <groupId>org.openrdf.sesame</groupId> 1.5 <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> 1.6 </dependency> 1.7 + 1.8 <dependency> 1.9 <groupId>org.openrdf.sesame</groupId> 1.10 <artifactId>sesame-sail-rdbms</artifactId> 1.11 </dependency> 1.12 + 1.13 <dependency> 1.14 <groupId>org.openrdf.sesame</groupId> 1.15 <artifactId>sesame-sail-api</artifactId> 1.16 @@ -35,10 +37,12 @@ 1.17 <groupId>org.openrdf.sesame</groupId> 1.18 <artifactId>sesame-queryalgebra-evaluation</artifactId> 1.19 </dependency> 1.20 + 1.21 <dependency> 1.22 <groupId>org.openrdf.sesame</groupId> 1.23 <artifactId>sesame-queryalgebra-model</artifactId> 1.24 </dependency> 1.25 + 1.26 <dependency> 1.27 <groupId>org.openrdf.sesame</groupId> 1.28 <artifactId>sesame-query</artifactId> 1.29 @@ -53,10 +57,12 @@ 1.30 <groupId>info.aduna.commons</groupId> 1.31 <artifactId>aduna-commons-collections</artifactId> 1.32 </dependency> 1.33 + 1.34 <dependency> 1.35 <groupId>info.aduna.commons</groupId> 1.36 <artifactId>aduna-commons-iteration</artifactId> 1.37 </dependency> 1.38 + 1.39 <dependency> 1.40 <groupId>info.aduna.commons</groupId> 1.41 <artifactId>aduna-commons-concurrent</artifactId> 1.42 @@ -73,21 +79,24 @@ 1.43 <scope>provided</scope> 1.44 </dependency> 1.45 1.46 - <dependency> 1.47 - <groupId>junit</groupId> 1.48 - <artifactId>junit</artifactId> 1.49 - <scope>test</scope> 1.50 - </dependency> 1.51 - 1.52 + <dependency> 1.53 + <groupId>junit</groupId> 1.54 + <artifactId>junit</artifactId> 1.55 + <scope>test</scope> 1.56 + </dependency> 1.57 + 1.58 + <!-- 1.59 <dependency> 1.60 <groupId>net.sf</groupId> 1.61 <artifactId>log4jdbc4</artifactId> 1.62 </dependency> 1.63 - <dependency> 1.64 - <groupId>commons-codec</groupId> 1.65 - <artifactId>commons-codec</artifactId> 1.66 - <version>1.4</version> 1.67 -</dependency> 1.68 + --> 1.69 + 1.70 + <dependency> 1.71 + <groupId>commons-codec</groupId> 1.72 + <artifactId>commons-codec</artifactId> 1.73 + <version>1.4</version> 1.74 + </dependency> 1.75 1.76 </dependencies> 1.77 </project>
2.1 --- a/pom.xml Mon Dec 10 22:27:44 2012 +0200 2.2 +++ b/pom.xml Tue Dec 11 00:10:17 2012 +0200 2.3 @@ -406,11 +406,13 @@ 2.4 <version>5.1.15</version> 2.5 </dependency> 2.6 2.7 + <!-- 2.8 <dependency> 2.9 <groupId>net.sf</groupId> 2.10 <artifactId>log4jdbc4</artifactId> 2.11 <version>1.2</version> 2.12 </dependency> 2.13 + --> 2.14 2.15 <!-- LOG4J --> 2.16 <dependency> 2.17 @@ -580,7 +582,7 @@ 2.18 <plugin> 2.19 <groupId>org.apache.tomcat.maven</groupId> 2.20 <artifactId>tomcat7-maven-plugin</artifactId> 2.21 - <version>2.0-SNAPSHOT</version> 2.22 + <version>2.0</version> 2.23 </plugin> 2.24 </plugins> 2.25 </pluginManagement> 2.26 @@ -660,7 +662,7 @@ 2.27 </scm> 2.28 2.29 <repositories> 2.30 - 2.31 + <!-- 2.32 <repository> 2.33 <releases> 2.34 <enabled>true</enabled> 2.35 @@ -672,7 +674,7 @@ 2.36 <name>Strabon - maven repository</name> 2.37 <url>http://maven.strabon.di.uoa.gr/content/repositories/testing</url> 2.38 </repository> 2.39 - 2.40 + --> 2.41 <repository> 2.42 <releases> 2.43 <enabled>true</enabled> 2.44 @@ -695,8 +697,6 @@ 2.45 <name>Strabon - maven repository - snapshots</name> 2.46 <url>http://maven.strabon.di.uoa.gr/content/repositories/snapshots</url> 2.47 </repository> 2.48 - 2.49 - 2.50 <repository> 2.51 <releases> 2.52 <enabled>true</enabled>