Strabon
changeset 1516:106425ce91c5
Cleaned generaldb, monetdb and postgis poms.
author | Panayiotis Smeros <psmeros@di.uoa.gr> |
---|---|
date | Wed Apr 29 19:15:05 2015 +0300 (2015-04-29) |
parents | f05db489a8b9 |
children | bb3bcc0b9637 |
files | generaldb/pom.xml generaldb/src/test/java/org/openrdf/sesame/sail/generaldb/AppTest.java monetdb/pom.xml postgis/pom.xml postgis/src/test/java/org/openrdf/sesame/sail/postgis/AppTest.java |
line diff
1.1 --- a/generaldb/pom.xml Wed Apr 29 17:53:13 2015 +0300 1.2 +++ b/generaldb/pom.xml Wed Apr 29 19:15:05 2015 +0300 1.3 @@ -29,31 +29,6 @@ 1.4 <groupId>org.openrdf.sesame</groupId> 1.5 <artifactId>sesame-sail-rdbms</artifactId> 1.6 </dependency> 1.7 - 1.8 - <dependency> 1.9 - <groupId>org.openrdf.sesame</groupId> 1.10 - <artifactId>sesame-sail-api</artifactId> 1.11 - </dependency> 1.12 - 1.13 - <dependency> 1.14 - <groupId>org.openrdf.sesame</groupId> 1.15 - <artifactId>sesame-queryalgebra-evaluation</artifactId> 1.16 - </dependency> 1.17 - 1.18 - <dependency> 1.19 - <groupId>org.openrdf.sesame</groupId> 1.20 - <artifactId>sesame-queryalgebra-model</artifactId> 1.21 - </dependency> 1.22 - 1.23 - <dependency> 1.24 - <groupId>org.openrdf.sesame</groupId> 1.25 - <artifactId>sesame-query</artifactId> 1.26 - </dependency> 1.27 - 1.28 - <dependency> 1.29 - <groupId>org.openrdf.sesame</groupId> 1.30 - <artifactId>sesame-model</artifactId> 1.31 - </dependency> 1.32 <!-- Sesame dependencies --> 1.33 1.34 <!-- Aduna Commons --> 1.35 @@ -83,17 +58,7 @@ 1.36 <dependency> 1.37 <groupId>monetdb</groupId> 1.38 <artifactId>jdbcclient</artifactId> 1.39 - <scope>provided</scope> 1.40 </dependency> 1.41 <!-- JDBC Drivers --> 1.42 - 1.43 - 1.44 - <dependency> 1.45 - <groupId>junit</groupId> 1.46 - <artifactId>junit</artifactId> 1.47 - <scope>test</scope> 1.48 - </dependency> 1.49 - 1.50 - 1.51 </dependencies> 1.52 </project>
2.1 --- a/generaldb/src/test/java/org/openrdf/sesame/sail/generaldb/AppTest.java Wed Apr 29 17:53:13 2015 +0300 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,38 +0,0 @@ 2.4 -package org.openrdf.sesame.sail.generaldb; 2.5 - 2.6 -import junit.framework.Test; 2.7 -import junit.framework.TestCase; 2.8 -import junit.framework.TestSuite; 2.9 - 2.10 -/** 2.11 - * Unit test for simple App. 2.12 - */ 2.13 -public class AppTest 2.14 - extends TestCase 2.15 -{ 2.16 - /** 2.17 - * Create the test case 2.18 - * 2.19 - * @param testName name of the test case 2.20 - */ 2.21 - public AppTest( String testName ) 2.22 - { 2.23 - super( testName ); 2.24 - } 2.25 - 2.26 - /** 2.27 - * @return the suite of tests being tested 2.28 - */ 2.29 - public static Test suite() 2.30 - { 2.31 - return new TestSuite( AppTest.class ); 2.32 - } 2.33 - 2.34 - /** 2.35 - * Rigourous Test :-) 2.36 - */ 2.37 - public void testApp() 2.38 - { 2.39 - assertTrue( true ); 2.40 - } 2.41 -}
3.1 --- a/monetdb/pom.xml Wed Apr 29 17:53:13 2015 +0300 3.2 +++ b/monetdb/pom.xml Wed Apr 29 19:15:05 2015 +0300 3.3 @@ -1,86 +1,27 @@ 3.4 <?xml version="1.0"?> 3.5 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 3.6 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3.7 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 3.8 3.9 - <modelVersion>4.0.0</modelVersion> 3.10 + <modelVersion>4.0.0</modelVersion> 3.11 3.12 <parent> 3.13 <groupId>eu.earthobservatory</groupId> 3.14 <artifactId>strabon</artifactId> 3.15 <version>3.3.2-SNAPSHOT</version> 3.16 </parent> 3.17 - 3.18 + 3.19 <groupId>org.openrdf.sesame</groupId> 3.20 <artifactId>sesame-sail-monetdb</artifactId> 3.21 <name>OpenRDF Sesame: MonetDBStore </name> 3.22 <description>MonetDB Store Support</description> 3.23 <packaging>jar</packaging> 3.24 - 3.25 - <url>http://maven.apache.org</url> 3.26 3.27 <dependencies> 3.28 - <dependency> 3.29 - <groupId>org.openrdf.sesame</groupId> 3.30 - <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> 3.31 - </dependency> 3.32 + <!-- Core Dependencies --> 3.33 <dependency> 3.34 <groupId>org.openrdf.sesame</groupId> 3.35 <artifactId>sesame-sail-generaldb</artifactId> 3.36 </dependency> 3.37 - <dependency> 3.38 - <groupId>org.openrdf.sesame</groupId> 3.39 - <artifactId>sesame-sail-rdbms</artifactId> 3.40 - </dependency> 3.41 - <dependency> 3.42 - <groupId>org.openrdf.sesame</groupId> 3.43 - <artifactId>sesame-sail-api</artifactId> 3.44 - </dependency> 3.45 - 3.46 - <dependency> 3.47 - <groupId>org.openrdf.sesame</groupId> 3.48 - <artifactId>sesame-queryalgebra-evaluation</artifactId> 3.49 - </dependency> 3.50 - <dependency> 3.51 - <groupId>org.openrdf.sesame</groupId> 3.52 - <artifactId>sesame-queryalgebra-model</artifactId> 3.53 - </dependency> 3.54 - <dependency> 3.55 - <groupId>org.openrdf.sesame</groupId> 3.56 - <artifactId>sesame-query</artifactId> 3.57 - </dependency> 3.58 - 3.59 - <dependency> 3.60 - <groupId>org.openrdf.sesame</groupId> 3.61 - <artifactId>sesame-model</artifactId> 3.62 - </dependency> 3.63 - 3.64 - <dependency> 3.65 - <groupId>info.aduna.commons</groupId> 3.66 - <artifactId>aduna-commons-collections</artifactId> 3.67 - </dependency> 3.68 - <dependency> 3.69 - <groupId>info.aduna.commons</groupId> 3.70 - <artifactId>aduna-commons-iteration</artifactId> 3.71 - </dependency> 3.72 - <dependency> 3.73 - <groupId>info.aduna.commons</groupId> 3.74 - <artifactId>aduna-commons-concurrent</artifactId> 3.75 - </dependency> 3.76 - 3.77 - <dependency> 3.78 - <groupId>commons-dbcp</groupId> 3.79 - <artifactId>commons-dbcp</artifactId> 3.80 - </dependency> 3.81 - 3.82 - <dependency> 3.83 - <groupId>junit</groupId> 3.84 - <artifactId>junit</artifactId> 3.85 - <scope>test</scope> 3.86 - </dependency> 3.87 - 3.88 - <dependency> 3.89 - <groupId>monetdb</groupId> 3.90 - <artifactId>jdbcclient</artifactId> 3.91 - </dependency> 3.92 - 3.93 + <!-- Core Dependencies --> 3.94 </dependencies> 3.95 </project>
4.1 --- a/postgis/pom.xml Wed Apr 29 17:53:13 2015 +0300 4.2 +++ b/postgis/pom.xml Wed Apr 29 19:15:05 2015 +0300 4.3 @@ -1,87 +1,27 @@ 4.4 <?xml version="1.0"?> 4.5 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.6 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4.7 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.8 4.9 - <modelVersion>4.0.0</modelVersion> 4.10 + <modelVersion>4.0.0</modelVersion> 4.11 4.12 <parent> 4.13 <groupId>eu.earthobservatory</groupId> 4.14 <artifactId>strabon</artifactId> 4.15 <version>3.3.2-SNAPSHOT</version> 4.16 </parent> 4.17 - 4.18 + 4.19 <groupId>org.openrdf.sesame</groupId> 4.20 <artifactId>sesame-sail-postgis</artifactId> 4.21 <name>OpenRDF Sesame: PostGISStore </name> 4.22 <description>PostGIS Store Support</description> 4.23 <packaging>jar</packaging> 4.24 - 4.25 - <url>http://maven.apache.org</url> 4.26 - 4.27 + 4.28 <dependencies> 4.29 - <dependency> 4.30 - <groupId>org.openrdf.sesame</groupId> 4.31 - <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> 4.32 - </dependency> 4.33 + <!-- Core Dependencies --> 4.34 <dependency> 4.35 <groupId>org.openrdf.sesame</groupId> 4.36 <artifactId>sesame-sail-generaldb</artifactId> 4.37 </dependency> 4.38 - <dependency> 4.39 - <groupId>org.openrdf.sesame</groupId> 4.40 - <artifactId>sesame-sail-rdbms</artifactId> 4.41 - </dependency> 4.42 - <dependency> 4.43 - <groupId>org.openrdf.sesame</groupId> 4.44 - <artifactId>sesame-sail-api</artifactId> 4.45 - </dependency> 4.46 - 4.47 - <dependency> 4.48 - <groupId>org.openrdf.sesame</groupId> 4.49 - <artifactId>sesame-queryalgebra-evaluation</artifactId> 4.50 - </dependency> 4.51 - <dependency> 4.52 - <groupId>org.openrdf.sesame</groupId> 4.53 - <artifactId>sesame-queryalgebra-model</artifactId> 4.54 - </dependency> 4.55 - <dependency> 4.56 - <groupId>org.openrdf.sesame</groupId> 4.57 - <artifactId>sesame-query</artifactId> 4.58 - </dependency> 4.59 - 4.60 - <dependency> 4.61 - <groupId>org.openrdf.sesame</groupId> 4.62 - <artifactId>sesame-model</artifactId> 4.63 - </dependency> 4.64 - 4.65 - <dependency> 4.66 - <groupId>info.aduna.commons</groupId> 4.67 - <artifactId>aduna-commons-collections</artifactId> 4.68 - </dependency> 4.69 - <dependency> 4.70 - <groupId>info.aduna.commons</groupId> 4.71 - <artifactId>aduna-commons-iteration</artifactId> 4.72 - </dependency> 4.73 - <dependency> 4.74 - <groupId>info.aduna.commons</groupId> 4.75 - <artifactId>aduna-commons-concurrent</artifactId> 4.76 - </dependency> 4.77 - 4.78 - <dependency> 4.79 - <groupId>commons-dbcp</groupId> 4.80 - <artifactId>commons-dbcp</artifactId> 4.81 - </dependency> 4.82 - 4.83 - <dependency> 4.84 - <groupId>postgresql</groupId> 4.85 - <artifactId>postgresql</artifactId> 4.86 - <scope>provided</scope> 4.87 - </dependency> 4.88 - 4.89 - <dependency> 4.90 - <groupId>junit</groupId> 4.91 - <artifactId>junit</artifactId> 4.92 - <scope>test</scope> 4.93 - </dependency> 4.94 - 4.95 + <!-- Core Dependencies --> 4.96 </dependencies> 4.97 </project>
5.1 --- a/postgis/src/test/java/org/openrdf/sesame/sail/postgis/AppTest.java Wed Apr 29 17:53:13 2015 +0300 5.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 5.3 @@ -1,38 +0,0 @@ 5.4 -package org.openrdf.sesame.sail.postgis; 5.5 - 5.6 -import junit.framework.Test; 5.7 -import junit.framework.TestCase; 5.8 -import junit.framework.TestSuite; 5.9 - 5.10 -/** 5.11 - * Unit test for simple App. 5.12 - */ 5.13 -public class AppTest 5.14 - extends TestCase 5.15 -{ 5.16 - /** 5.17 - * Create the test case 5.18 - * 5.19 - * @param testName name of the test case 5.20 - */ 5.21 - public AppTest( String testName ) 5.22 - { 5.23 - super( testName ); 5.24 - } 5.25 - 5.26 - /** 5.27 - * @return the suite of tests being tested 5.28 - */ 5.29 - public static Test suite() 5.30 - { 5.31 - return new TestSuite( AppTest.class ); 5.32 - } 5.33 - 5.34 - /** 5.35 - * Rigourous Test :-) 5.36 - */ 5.37 - public void testApp() 5.38 - { 5.39 - assertTrue( true ); 5.40 - } 5.41 -}