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

svn commit: r904847 - in /websites/staging/olingo/trunk/content: ./ doc/tutorials/CreateWebApp.html

Author: buildbot
Date: Fri Apr  4 06:31:08 2014
New Revision: 904847

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/tutorials/CreateWebApp.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Apr  4 06:31:08 2014
@@ -1 +1 @@
-1584535
+1584536

Modified: websites/staging/olingo/trunk/content/doc/tutorials/CreateWebApp.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/tutorials/CreateWebApp.html (original)
+++ websites/staging/olingo/trunk/content/doc/tutorials/CreateWebApp.html Fri Apr  4 06:31:08 2014
@@ -77,7 +77,6 @@
 <p>In this section, information on how to create a web application (Maven) for transforming JPA Models into OData Services using OData JPA Processor Library is provided.
 The table gives the list of Maven dependencies you need to include in the POM.xml of your application.</p>
 <p><em>Note</em>: 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.</p>
-<p><img alt="alt text" src="/img/JPALibTab1.JPG" /></p>
 <table>
 <thead>
 <tr>
@@ -112,6 +111,41 @@ The table gives the list of Maven depend
 <td>olingo.odata2.api</td>
 <td>1.0.0</td>
 </tr>
+<tr>
+<td>org.apache.olingo</td>
+<td>olingo.odata2.jpa.processor.api</td>
+<td>1.0.0</td>
+</tr>
+<tr>
+<td>org.apache.olingo</td>
+<td>olingo.odata2.jpa.processor.core</td>
+<td>1.0.0</td>
+</tr>
+<tr>
+<td>org.apache.olingo</td>
+<td>olingo.odata2.jpa.processor.ref</td>
+<td>1.0.0</td>
+</tr>
+<tr>
+<td>org.apache.olingo</td>
+<td>olingo.odata2.core</td>
+<td>1.0.0</td>
+</tr>
+<tr>
+<td>org.eclipse.persistence</td>
+<td>eclipselink</td>
+<td>2.3.1</td>
+</tr>
+<tr>
+<td>org.eclipse.persistence</td>
+<td>javax.persistence</td>
+<td>2.0.5</td>
+</tr>
+<tr>
+<td>org.hsqldb</td>
+<td>hsqldb</td>
+<td>2.2.8</td>
+</tr>
 </tbody>
 </table>
 <h5 id="create-a-dynamic-web-application-project-from-scratch">Create a Dynamic Web Application Project from Scratch:</h5>