You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2012/12/19 17:56:43 UTC

svn commit: r1423948 - /incubator/clerezza/trunk/platform.typehandlerspace/pom.xml

Author: reto
Date: Wed Dec 19 16:56:43 2012
New Revision: 1423948

URL: http://svn.apache.org/viewvc?rev=1423948&view=rev
Log:
minor cleanup

Modified:
    incubator/clerezza/trunk/platform.typehandlerspace/pom.xml

Modified: incubator/clerezza/trunk/platform.typehandlerspace/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/platform.typehandlerspace/pom.xml?rev=1423948&r1=1423947&r2=1423948&view=diff
==============================================================================
--- incubator/clerezza/trunk/platform.typehandlerspace/pom.xml (original)
+++ incubator/clerezza/trunk/platform.typehandlerspace/pom.xml Wed Dec 19 16:56:43 2012
@@ -95,19 +95,15 @@
 	  <groupId>javax.servlet</groupId>
 	  <artifactId>servlet-api</artifactId>
 	  <version>2.5</version>
-	  <type>jar</type>
 	 </dependency>
 	 <dependency>
 	  <groupId>org.apache.wink</groupId>
 	  <artifactId>wink-osgi</artifactId>
-	  <version>1.2.1-incubating</version>
-	  <type>jar</type>
 	 </dependency>
 	 <dependency>
 	  <groupId>org.apache.clerezza</groupId>
 	  <artifactId>platform.graphnodeprovider</artifactId>
 	  <version>0.2-incubating-SNAPSHOT</version>
-	  <type>jar</type>
 	 </dependency>
 	</dependencies>
 	<build>