From: <jen...@us...> - 2010-09-30 13:23:26
|
Revision: 2348 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=2348&view=rev Author: jenslehmann Date: 2010-09-30 13:23:19 +0000 (Thu, 30 Sep 2010) Log Message: ----------- added PostgreSQL dependency Modified Paths: -------------- trunk/scripts/pom.xml Modified: trunk/scripts/pom.xml =================================================================== --- trunk/scripts/pom.xml 2010-09-29 14:57:30 UTC (rev 2347) +++ trunk/scripts/pom.xml 2010-09-30 13:23:19 UTC (rev 2348) @@ -34,5 +34,10 @@ <groupId>net.sourceforge.secondstring</groupId> <artifactId>secondstring</artifactId> </dependency> + <dependency> + <groupId>postgresql</groupId> + <artifactId>postgresql</artifactId> + <version>8.4-701.jdbc4</version> + </dependency> </dependencies> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <km...@us...> - 2011-01-07 16:15:31
|
Revision: 2595 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=2595&view=rev Author: kmpf Date: 2011-01-07 16:15:25 +0000 (Fri, 07 Jan 2011) Log Message: ----------- Modified Paths: -------------- trunk/scripts/pom.xml Modified: trunk/scripts/pom.xml =================================================================== --- trunk/scripts/pom.xml 2011-01-07 14:39:02 UTC (rev 2594) +++ trunk/scripts/pom.xml 2011-01-07 16:15:25 UTC (rev 2595) @@ -36,5 +36,21 @@ <groupId>postgresql</groupId> <artifactId>postgresql</artifactId> </dependency> + <dependency> + <groupId>com.dumontierlab</groupId> + <artifactId>pdb2rdf</artifactId> + <version>0.0.8</version> + </dependency> + <dependency> + <groupId>com.dumontierlab</groupId> + <artifactId>pdb2rdf-cli</artifactId> + <version>0.0.8</version> + </dependency> + <dependency> + <groupId>com.dumontierlab</groupId> + <artifactId>pdb2rdf-parser</artifactId> + <version>0.0.8</version> + </dependency> + </dependencies> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <km...@us...> - 2011-01-17 21:47:52
|
Revision: 2616 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=2616&view=rev Author: kmpf Date: 2011-01-17 21:47:46 +0000 (Mon, 17 Jan 2011) Log Message: ----------- Modified Paths: -------------- trunk/scripts/pom.xml Modified: trunk/scripts/pom.xml =================================================================== --- trunk/scripts/pom.xml 2011-01-17 17:49:43 UTC (rev 2615) +++ trunk/scripts/pom.xml 2011-01-17 21:47:46 UTC (rev 2616) @@ -36,21 +36,6 @@ <groupId>postgresql</groupId> <artifactId>postgresql</artifactId> </dependency> - <dependency> - <groupId>com.dumontierlab</groupId> - <artifactId>pdb2rdf</artifactId> - <version>0.0.8</version> - </dependency> - <dependency> - <groupId>com.dumontierlab</groupId> - <artifactId>pdb2rdf-cli</artifactId> - <version>0.0.8</version> - </dependency> - <dependency> - <groupId>com.dumontierlab</groupId> - <artifactId>pdb2rdf-parser</artifactId> - <version>0.0.8</version> - </dependency> - + </dependencies> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2011-08-04 14:24:59
|
Revision: 3000 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3000&view=rev Author: lorenz_b Date: 2011-08-04 14:24:53 +0000 (Thu, 04 Aug 2011) Log Message: ----------- Updated pom. Modified Paths: -------------- trunk/scripts/pom.xml Modified: trunk/scripts/pom.xml =================================================================== --- trunk/scripts/pom.xml 2011-08-04 14:23:22 UTC (rev 2999) +++ trunk/scripts/pom.xml 2011-08-04 14:24:53 UTC (rev 3000) @@ -55,6 +55,10 @@ <groupId>org.aksw.commons</groupId> <artifactId>sparql</artifactId> </dependency> + <dependency> + <groupId>org.aksw.commons</groupId> + <artifactId>sparql-scala</artifactId> + </dependency> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2011-08-20 17:04:48
|
Revision: 3077 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3077&view=rev Author: lorenz_b Date: 2011-08-20 17:04:42 +0000 (Sat, 20 Aug 2011) Log Message: ----------- Added missing dependency. Modified Paths: -------------- trunk/scripts/pom.xml Modified: trunk/scripts/pom.xml =================================================================== --- trunk/scripts/pom.xml 2011-08-20 13:42:42 UTC (rev 3076) +++ trunk/scripts/pom.xml 2011-08-20 17:04:42 UTC (rev 3077) @@ -62,6 +62,11 @@ <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> - </dependency> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-compress</artifactId> + <version>1.2</version> + </dependency> </dependencies> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2011-11-28 10:01:18
|
Revision: 3441 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3441&view=rev Author: lorenz_b Date: 2011-11-28 10:01:07 +0000 (Mon, 28 Nov 2011) Log Message: ----------- Added exec-maven-plugin. Modified Paths: -------------- trunk/scripts/pom.xml Modified: trunk/scripts/pom.xml =================================================================== --- trunk/scripts/pom.xml 2011-11-28 09:58:31 UTC (rev 3440) +++ trunk/scripts/pom.xml 2011-11-28 10:01:07 UTC (rev 3441) @@ -1,61 +1,61 @@ <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"> - <modelVersion>4.0.0</modelVersion> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> - <groupId>org.dllearner</groupId> - <artifactId>scripts</artifactId> - <packaging>jar</packaging> + <groupId>org.dllearner</groupId> + <artifactId>scripts</artifactId> + <packaging>jar</packaging> - <name>Executable scripts</name> - <url>http://aksw.org/Projects/DLLearner</url> + <name>Executable scripts</name> + <url>http://aksw.org/Projects/DLLearner</url> - <parent> - <groupId>org.dllearner</groupId> - <artifactId>dllearner-parent</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> + <parent> + <groupId>org.dllearner</groupId> + <artifactId>dllearner-parent</artifactId> + <version>1.0-SNAPSHOT</version> + </parent> - <dependencies> - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>components-core</artifactId> - </dependency> - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>components-ext</artifactId> - </dependency> - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>interfaces</artifactId> - </dependency> - <dependency> - <groupId>net.sourceforge.secondstring</groupId> - <artifactId>secondstring</artifactId> - </dependency> - <dependency> - <groupId>postgresql</groupId> - <artifactId>postgresql</artifactId> - </dependency> - <dependency> - <groupId>com.dumontierlab</groupId> - <artifactId>pdb2rdf-parser</artifactId> - <exclusions> - <exclusion> - <artifactId>slf4j-log4j12</artifactId> - <groupId>org.slf4j</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>com.dumontierlab</groupId> - <artifactId>pdb2rdf-cli</artifactId> - </dependency> - <dependency> - <groupId>org.aksw.commons</groupId> - <artifactId>sparql</artifactId> - </dependency> + <dependencies> <dependency> + <groupId>org.dllearner</groupId> + <artifactId>components-core</artifactId> + </dependency> + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>components-ext</artifactId> + </dependency> + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>interfaces</artifactId> + </dependency> + <dependency> + <groupId>net.sourceforge.secondstring</groupId> + <artifactId>secondstring</artifactId> + </dependency> + <dependency> + <groupId>postgresql</groupId> + <artifactId>postgresql</artifactId> + </dependency> + <dependency> + <groupId>com.dumontierlab</groupId> + <artifactId>pdb2rdf-parser</artifactId> + <exclusions> + <exclusion> + <artifactId>slf4j-log4j12</artifactId> + <groupId>org.slf4j</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>com.dumontierlab</groupId> + <artifactId>pdb2rdf-cli</artifactId> + </dependency> + <dependency> + <groupId>org.aksw.commons</groupId> + <artifactId>sparql</artifactId> + </dependency> + <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> </dependency> @@ -69,6 +69,32 @@ <artifactId>weka</artifactId> <version>3.6.5</version> </dependency> - - </dependencies> + + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>exec-maven-plugin</artifactId> + <version>1.2</version> + <executions> + + <execution> + <goals> + <goal>exec</goal> + </goals> + </execution> + </executions> + <configuration> + <executable>java</executable> + <arguments> + <argument>-Xms512m</argument> + <argument>-Xmx4000m</argument> + </arguments> + </configuration> + </plugin> + </plugins> + + </build> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2013-02-25 12:24:35
|
Revision: 3905 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3905&view=rev Author: lorenz_b Date: 2013-02-25 12:24:29 +0000 (Mon, 25 Feb 2013) Log Message: ----------- Changed OWL API version. Modified Paths: -------------- trunk/scripts/pom.xml Modified: trunk/scripts/pom.xml =================================================================== --- trunk/scripts/pom.xml 2013-02-25 11:56:42 UTC (rev 3904) +++ trunk/scripts/pom.xml 2013-02-25 12:24:29 UTC (rev 3905) @@ -116,7 +116,7 @@ <dependency> <groupId>net.sourceforge.owlapi</groupId> <artifactId>owlapi-distribution</artifactId> - <version>3.4.4-SNAPSHOT</version> + <version>3.4</version> </dependency> <dependency> <groupId>net.sourceforge.owlapi</groupId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2013-03-04 15:00:44
|
Revision: 3910 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3910&view=rev Author: lorenz_b Date: 2013-03-04 15:00:36 +0000 (Mon, 04 Mar 2013) Log Message: ----------- Changed OWL API version. Modified Paths: -------------- trunk/scripts/pom.xml Modified: trunk/scripts/pom.xml =================================================================== --- trunk/scripts/pom.xml 2013-03-04 10:48:54 UTC (rev 3909) +++ trunk/scripts/pom.xml 2013-03-04 15:00:36 UTC (rev 3910) @@ -116,7 +116,7 @@ <dependency> <groupId>net.sourceforge.owlapi</groupId> <artifactId>owlapi-distribution</artifactId> - <version>3.4.4-SNAPSHOT</version> +<!-- <version>3.4.4-SNAPSHOT</version> --> </dependency> <dependency> <groupId>net.sourceforge.owlapi</groupId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2014-08-06 11:52:32
|
Revision: 4284 http://sourceforge.net/p/dl-learner/code/4284 Author: lorenz_b Date: 2014-08-06 11:52:27 +0000 (Wed, 06 Aug 2014) Log Message: ----------- Updated OWL API. Modified Paths: -------------- trunk/scripts/pom.xml Modified: trunk/scripts/pom.xml =================================================================== --- trunk/scripts/pom.xml 2014-08-06 11:41:26 UTC (rev 4283) +++ trunk/scripts/pom.xml 2014-08-06 11:52:27 UTC (rev 4284) @@ -129,7 +129,6 @@ <dependency> <groupId>net.sourceforge.owlapi</groupId> <artifactId>owlapi-distribution</artifactId> - <version>3.5.1-SNAPSHOT</version> </dependency> <!-- <dependency> <groupId>net.sourceforge.owlapi</groupId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |