From: <lor...@us...> - 2013-09-16 00:14:36
|
Revision: 4110 http://sourceforge.net/p/dl-learner/code/4110 Author: lorenz_b Date: 2013-09-16 00:14:34 +0000 (Mon, 16 Sep 2013) Log Message: ----------- Updated Pellet deps. Modified Paths: -------------- trunk/components-core/pom.xml trunk/interfaces/pom.xml trunk/pom.xml Modified: trunk/components-core/pom.xml =================================================================== --- trunk/components-core/pom.xml 2013-09-14 06:51:26 UTC (rev 4109) +++ trunk/components-core/pom.xml 2013-09-16 00:14:34 UTC (rev 4110) @@ -105,20 +105,9 @@ <version>3.4.4</version> </dependency> - <!-- THIS IS FROM THE UNIBAS REPO --> <dependency> - <groupId>com.owldl</groupId> + <groupId>com.clarkparsia</groupId> <artifactId>pellet</artifactId> - <exclusions> - <exclusion> <!-- declare the exclusion here --> - <groupId>org.mortbay.jetty</groupId> - <artifactId>org.mortbay.jetty</artifactId> - </exclusion> - <exclusion> - <artifactId>owlapi</artifactId> - <groupId>net.sourceforge.owlapi</groupId> - </exclusion> - </exclusions> </dependency> <dependency> Modified: trunk/interfaces/pom.xml =================================================================== --- trunk/interfaces/pom.xml 2013-09-14 06:51:26 UTC (rev 4109) +++ trunk/interfaces/pom.xml 2013-09-16 00:14:34 UTC (rev 4110) @@ -525,6 +525,10 @@ <groupId>net.sourceforge.owlapi</groupId> <artifactId>owlapi</artifactId> </exclusion> + <exclusion> + <groupId>com.owldl</groupId> + <artifactId>pellet</artifactId> + </exclusion> </exclusions> </dependency> <dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-09-14 06:51:26 UTC (rev 4109) +++ trunk/pom.xml 2013-09-16 00:14:34 UTC (rev 4110) @@ -20,7 +20,7 @@ <slf4j.version>1.6.4</slf4j.version> <log4j.version>1.2.16</log4j.version> - <solr.version>4.1.0</solr.version> + <solr.version>4.4.0</solr.version> </properties> <modules> @@ -143,16 +143,9 @@ </dependency> <dependency> - <groupId>com.owldl</groupId> + <groupId>com.clarkparsia</groupId> <artifactId>pellet</artifactId> - <version>2.3.0</version> - <exclusions> - <!--Excluding this because it has the same classpath as the new Apache Jena and can cause problems--> - <exclusion> - <groupId>com.hp.hpl.jena</groupId> - <artifactId>jena</artifactId> - </exclusion> - </exclusions> + <version>2.3.1</version> </dependency> <dependency> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |