Author: reto
Date: Fri Oct 5 21:36:10 2012
New Revision: 1394825
URL: http://svn.apache.org/viewvc?rev=1394825&view=rev
Log:
removed unnecessary dependencies
Modified:
stanbol/trunk/commons/web/ldviewable/pom.xml
Modified: stanbol/trunk/commons/web/ldviewable/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/commons/web/ldviewable/pom.xml?rev=1394825&r1=1394824&r2=1394825&view=diff
==============================================================================
--- stanbol/trunk/commons/web/ldviewable/pom.xml (original)
+++ stanbol/trunk/commons/web/ldviewable/pom.xml Fri Oct 5 21:36:10 2012
@@ -63,59 +63,17 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.ontologies</artifactId>
- </dependency>
- <dependency>
+ <dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.utils</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.webconsole</artifactId>
- <version>3.1.8</version>
- </dependency>
- <dependency>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>platform.config</artifactId>
- <version>0.3-incubating</version>
- </dependency>
-
- <!-- Jersey, servlet and freemarker -->
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- </dependency>
-
- <!-- OSGi tax -->
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- </dependency>
-
+
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
</dependency>
<dependency>
- <groupId>at.newmedialab.ldpath</groupId>
- <artifactId>ldpath-core-bundle</artifactId>
- </dependency>
-
- <!-- integrated for now
- <dependency>
- <groupId>at.newmedialab.ldpath</groupId>
- <artifactId>ldpath-template</artifactId>
- <version>0.9.13-SNAPSHOT</version>
- </dependency>
- -->
- <dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.commons.web.base</artifactId>
<version>0.10.1-SNAPSHOT</version>