From: <jen...@us...> - 2011-01-18 13:30:28
|
Revision: 2620 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=2620&view=rev Author: jenslehmann Date: 2011-01-18 13:30:21 +0000 (Tue, 18 Jan 2011) Log Message: ----------- fixed PDB2RDF dependencies Modified Paths: -------------- trunk/pom.xml trunk/scripts/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-01-18 12:25:29 UTC (rev 2619) +++ trunk/pom.xml 2011-01-18 13:30:21 UTC (rev 2620) @@ -341,11 +341,16 @@ <artifactId>guava</artifactId> <version>r07</version> </dependency> - <dependency> - <groupId>com.dumontierlab</groupId> - <artifactId>pdb2rdf-parser</artifactId> - <version>0.0.8</version> - </dependency> + <dependency> + <groupId>com.dumontierlab</groupId> + <artifactId>pdb2rdf-parser</artifactId> + <version>0.0.9</version> + </dependency> + <dependency> + <groupId>com.dumontierlab</groupId> + <artifactId>pdb2rdf-cli</artifactId> + <version>0.0.9</version> + </dependency> </dependencies> </dependencyManagement> @@ -412,7 +417,7 @@ <repository> <id>semanticscience.org</id> <name>Semanticscience projects</name> - <url>http://s1.semanticscience.org:8080/nexus/content/groups/public</url> + <url>http://s1.semanticscience.org:8080/nexus/content/groups/public/</url> </repository> </repositories> Modified: trunk/scripts/pom.xml =================================================================== --- trunk/scripts/pom.xml 2011-01-18 12:25:29 UTC (rev 2619) +++ trunk/scripts/pom.xml 2011-01-18 13:30:21 UTC (rev 2620) @@ -36,6 +36,14 @@ <groupId>postgresql</groupId> <artifactId>postgresql</artifactId> </dependency> - + <dependency> + <groupId>com.dumontierlab</groupId> + <artifactId>pdb2rdf-parser</artifactId> + </dependency> + <dependency> + <groupId>com.dumontierlab</groupId> + <artifactId>pdb2rdf-cli</artifactId> + </dependency> + </dependencies> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |