You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nuvem-commits@incubator.apache.org by lr...@apache.org on 2010/09/21 00:15:01 UTC

svn commit: r999167 - /incubator/nuvem/trunk/store-standalone/pom.xml

Author: lresende
Date: Tue Sep 21 00:15:00 2010
New Revision: 999167

URL: http://svn.apache.org/viewvc?rev=999167&view=rev
Log:
Removing unused dependency

Modified:
    incubator/nuvem/trunk/store-standalone/pom.xml

Modified: incubator/nuvem/trunk/store-standalone/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nuvem/trunk/store-standalone/pom.xml?rev=999167&r1=999166&r2=999167&view=diff
==============================================================================
--- incubator/nuvem/trunk/store-standalone/pom.xml (original)
+++ incubator/nuvem/trunk/store-standalone/pom.xml Tue Sep 21 00:15:00 2010
@@ -7,17 +7,17 @@
     * to you under the Apache License, Version 2.0 (the
     * "License"); you may not use this file except in compliance
     * with the License.  You may obtain a copy of the License at
-    * 
+    *
     *   http://www.apache.org/licenses/LICENSE-2.0
-    * 
+    *
     * Unless required by applicable law or agreed to in writing,
     * software distributed under the License is distributed on an
     * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     * KIND, either express or implied.  See the License for the
     * specific language governing permissions and limitations
-    * under the License.    
+    * under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" 
+<project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
@@ -32,12 +32,6 @@
 
 	<dependencies>
         <dependency>
-            <groupId>org.apache.nuvem</groupId>
-            <artifactId>store-assets</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-        
-        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-sca-api</artifactId>
             <version>${tuscany.version}</version>
@@ -48,7 +42,7 @@
 			<artifactId>tuscany-data-api</artifactId>
 			<version>${tuscany.version}</version>
 		</dependency>
-                        
+
 		<dependency>
 			<groupId>org.apache.tuscany.sca</groupId>
 			<artifactId>tuscany-node-impl</artifactId>
@@ -61,21 +55,21 @@
             <type>pom</type>
             <version>${tuscany.version}</version>
         </dependency>
-        
+
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
             <version>2.5</version>
             <scope>provided</scope>
-        </dependency>        
-        
+        </dependency>
+
         <dependency>
             <groupId>net.sourceforge.htmlunit</groupId>
             <artifactId>htmlunit</artifactId>
             <version>2.6</version>
             <scope>test</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
@@ -83,7 +77,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    
+
     <build>
        <finalName>${artifactId}</finalName>
     </build>