You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by lr...@apache.org on 2009/02/14 05:26:16 UTC

svn commit: r744394 - /incubator/photark/trunk/photark-webapp/pom.xml

Author: lresende
Date: Sat Feb 14 05:26:16 2009
New Revision: 744394

URL: http://svn.apache.org/viewvc?rev=744394&view=rev
Log:
Cleaning up unecessary dependencies from project pom

Modified:
    incubator/photark/trunk/photark-webapp/pom.xml

Modified: incubator/photark/trunk/photark-webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/photark/trunk/photark-webapp/pom.xml?rev=744394&r1=744393&r2=744394&view=diff
==============================================================================
--- incubator/photark/trunk/photark-webapp/pom.xml (original)
+++ incubator/photark/trunk/photark-webapp/pom.xml Sat Feb 14 05:26:16 2009
@@ -64,13 +64,6 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-widget-runtime</artifactId>
-            <version>1.4</version>
-            <scope>runtime</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-atom-abdera</artifactId>
             <version>1.4</version>
             <scope>runtime</scope>
@@ -84,26 +77,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-binding-http-runtime</artifactId>
-            <version>1.4</version>
-            <scope>runtime</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-host-jetty</artifactId>
-            <version>1.4</version>
-            <scope>runtime</scope>
-        </dependency>
-
-		<dependency>
-		    <groupId>org.apache.derby</groupId>
-		    <artifactId>derby</artifactId>
-		    <version>10.2.1.6</version>
-		</dependency> 
-
-        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
             <version>1.3.0</version>