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. |