You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by de...@apache.org on 2014/04/04 08:14:12 UTC

svn commit: r1584534 - /olingo/site/trunk/content/doc/tutorials/CreateWebApp.mdtext

Author: deepa
Date: Fri Apr  4 06:14:12 2014
New Revision: 1584534

URL: http://svn.apache.org/r1584534
Log:
CMS commit to olingo by deepa

Modified:
    olingo/site/trunk/content/doc/tutorials/CreateWebApp.mdtext

Modified: olingo/site/trunk/content/doc/tutorials/CreateWebApp.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/tutorials/CreateWebApp.mdtext?rev=1584534&r1=1584533&r2=1584534&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/tutorials/CreateWebApp.mdtext (original)
+++ olingo/site/trunk/content/doc/tutorials/CreateWebApp.mdtext Fri Apr  4 06:14:12 2014
@@ -24,10 +24,16 @@ The table gives the list of Maven depend
 *Note*: The following dependencies are applicable for an application using EclipseLink as the JPA Provider and HSQLDB as the database. However, you are free to use any JPA provider (like Hibernate, OpenJPA and so on) and database of your choice.
 
 ![alt text][1]
+
 Group ID | Artifact ID | Version
 ---------| ----------- | -------
-Contributors and Stakeholders | [dev@<wbr />olingo.<wbr />apache.<wbr />org](mailto:dev@olingo.apache.org) | [archive](http://mail-archives.apache.org/mod_mbox/olingo-dev/) | [archive](http://markmail.org/search/list:org.apache.olingo.dev) | [dev-subscribe@<wbr />olingo.<wbr />apache.<wbr />org](mailto:dev-subscribe@olingo.apache.org)
+javax.servlet | servlet-api | 2.5
+org.apache.cxf | cxf-rt-frontend-jaxrs | 2.7.5
+org.slf4j | slf4j-log4j12 | 1.7.1
+junit | junit | 3.8.1
+org.apache.olingo | olingo.odata2.api | 1.0.0
 
+ 
 ##### Create a Dynamic Web Application Project from Scratch:
 
 1. In the command prompt, enter the maven command given here (change the DgroupId and DartifactId as per your requirement)