You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2013/02/07 19:42:58 UTC

svn commit: r1443649 - /stanbol/trunk/commons/owl/pom.xml

Author: rwesten
Date: Thu Feb  7 18:42:57 2013
New Revision: 1443649

URL: http://svn.apache.org/r1443649
Log:
STANBOL-915: removed dependencies anyway provided by commons.web.base

Modified:
    stanbol/trunk/commons/owl/pom.xml

Modified: stanbol/trunk/commons/owl/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/owl/pom.xml?rev=1443649&r1=1443648&r2=1443649&view=diff
==============================================================================
--- stanbol/trunk/commons/owl/pom.xml (original)
+++ stanbol/trunk/commons/owl/pom.xml Thu Feb  7 18:42:57 2013
@@ -114,23 +114,6 @@
     <version>0.11.0</version>
   </dependency>
   
-  <!-- OSGi deps -->
-  <dependency>
-    <groupId>org.osgi</groupId>
-    <artifactId>org.osgi.core</artifactId>
-  </dependency>
-
-  <!-- Freemarker -->
-  <dependency>
-    <groupId>org.freemarker</groupId>
-    <artifactId>freemarker</artifactId>
-  </dependency>
-  <!-- indirect dependency for freemarker -->
-  <dependency>
-    <groupId>org.codehaus.jettison</groupId>
-    <artifactId>jettison</artifactId>
-  </dependency>
-
   <!-- OWL deps -->
   <dependency>
     <groupId>com.hp.hpl.jena</groupId>
@@ -253,14 +236,6 @@
       <version>${owlapi-version}</version>
     </dependency>
 
-<!--
-  <dependency>
-    <groupId>net.sourceforge.owlapi</groupId>
-    <artifactId>owlapi</artifactId>
-    <version>3.2.3</version>
-  </dependency>
--->
-
   <!-- Persistence deps -->
   <dependency>
     <groupId>org.apache.clerezza</groupId>
@@ -283,16 +258,6 @@
     <artifactId>rdf.rdfjson</artifactId>
   </dependency>
 
-  <!-- Web Service deps -->
-  <!--  dependency>
-    <groupId>com.sun.jersey</groupId>
-    <artifactId>jersey-core</artifactId>
-  </dependency>
-  <dependency>
-    <groupId>javax.servlet</groupId>
-    <artifactId>servlet-api</artifactId>
-  </dependency -->
-
   <!-- Misc deps -->
   <dependency>
     <groupId>org.apache.commons</groupId>