Author: rfeng
Date: Wed May 27 20:55:55 2009
New Revision: 779310

URL: http://svn.apache.org/viewvc?rev=779310&view=rev
Log:
Add node-impl, node-api as the deps

Modified:
    tuscany/java/sca/samples/webapps/helloworld-rest/pom.xml

Modified: tuscany/java/sca/samples/webapps/helloworld-rest/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/samples/webapps/helloworld-rest/pom.xml?rev=779310&r1=779309&r2=779310&view=diff
==============================================================================
--- tuscany/java/sca/samples/webapps/helloworld-rest/pom.xml (original)
+++ tuscany/java/sca/samples/webapps/helloworld-rest/pom.xml Wed May 27 
20:55:55 2009
@@ -7,15 +7,15 @@
     * 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>
     <modelVersion>4.0.0</modelVersion>
@@ -35,7 +35,7 @@
             <name>Java.net Repository for Maven</name>
             <url>http://download.java.net/maven/2/</url>
             <layout>default</layout>
-        </repository> 
+        </repository>
         <repository>
             <id>maven-repository.dev.java.net</id>
             <name>Java.net Maven 1 Repository (legacy)</name>
@@ -43,7 +43,7 @@
             <layout>legacy</layout>
         </repository>
     </repositories>
-    
+
     <dependencies>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
@@ -54,6 +54,21 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-node-api</artifactId>
+            <version>2.0-SNAPSHOT</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-node-impl</artifactId>
+            <version>2.0-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-web-runtime</artifactId>
             <version>2.0-SNAPSHOT</version>
             <scope>runtime</scope>
@@ -65,14 +80,14 @@
             <version>2.0-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
-               
+
         <dependency>
             <groupId>javax.ws.rs</groupId>
             <artifactId>jsr311-api</artifactId>
             <version>1.0</version>
             <scope>compile</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>com.sun.jersey</groupId>
             <artifactId>jersey-bundle</artifactId>


Reply via email to