You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by en...@apache.org on 2011/07/03 09:10:15 UTC

svn commit: r1142383 - /incubator/stanbol/trunk/reasoners/hermit/pom.xml

Author: enridaga
Date: Sun Jul  3 07:10:14 2011
New Revision: 1142383

URL: http://svn.apache.org/viewvc?rev=1142383&view=rev
Log:
Added explicit version to Hermit exported package 1.3.4 (STANBOL-177)

Modified:
    incubator/stanbol/trunk/reasoners/hermit/pom.xml

Modified: incubator/stanbol/trunk/reasoners/hermit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/hermit/pom.xml?rev=1142383&r1=1142382&r2=1142383&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/hermit/pom.xml (original)
+++ incubator/stanbol/trunk/reasoners/hermit/pom.xml Sun Jul  3 07:10:14 2011
@@ -53,7 +53,7 @@
       <groupId>hermit</groupId>
       <artifactId>hermit</artifactId>
       <version>1.3.4</version>
-      <type>jar</type>
+      <scope>compile</scope>
     </dependency>
     
 		<!-- Testing deps -->
@@ -108,7 +108,7 @@
               org.coode.owlapi.rdfxml.parser,
               org.coode.owlapi.turtle,
               org.coode.string,org.coode.xml,
-              org.semanticweb.HermiT.*,
+              org.semanticweb.HermiT.*;version=1.3.4,
               org.semanticweb.owlapi.*,
               rationals.*,
               uk.ac.manchester.cs.bhig.util,