Author: deepa
Date: Fri Apr 4 06:30:59 2014
New Revision: 1584536
URL: http://svn.apache.org/r1584536
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=1584536&r1=1584535&r2=1584536&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/tutorials/CreateWebApp.mdtext (original)
+++ olingo/site/trunk/content/doc/tutorials/CreateWebApp.mdtext Fri Apr 4
06:30:59 2014
@@ -23,7 +23,6 @@ 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
---------| ----------- | -------
@@ -32,7 +31,13 @@ org.apache.cxf | cxf-rt-frontend-jaxrs |
org.slf4j | slf4j-log4j12 | 1.7.1
junit | junit | 3.8.1
org.apache.olingo | olingo.odata2.api | 1.0.0
-
+org.apache.olingo | olingo.odata2.jpa.processor.api | 1.0.0
+org.apache.olingo | olingo.odata2.jpa.processor.core | 1.0.0
+org.apache.olingo | olingo.odata2.jpa.processor.ref | 1.0.0
+org.apache.olingo | olingo.odata2.core | 1.0.0
+org.eclipse.persistence | eclipselink | 2.3.1
+org.eclipse.persistence | javax.persistence | 2.0.5
+org.hsqldb | hsqldb | 2.2.8
##### Create a Dynamic Web Application Project from Scratch: