You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2015/07/28 10:16:38 UTC

svn commit: r1693026 - /olingo/site/trunk/content/doc/odata2/tutorials/servlet.mdtext

Author: mibo
Date: Tue Jul 28 08:16:38 2015
New Revision: 1693026

URL: http://svn.apache.org/r1693026
Log:
fixed dependency

Modified:
    olingo/site/trunk/content/doc/odata2/tutorials/servlet.mdtext

Modified: olingo/site/trunk/content/doc/odata2/tutorials/servlet.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata2/tutorials/servlet.mdtext?rev=1693026&r1=1693025&r2=1693026&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata2/tutorials/servlet.mdtext (original)
+++ olingo/site/trunk/content/doc/odata2/tutorials/servlet.mdtext Tue Jul 28 08:16:38 2015
@@ -39,8 +39,8 @@ For a plain servlet based approach it is
 dependencies. A simple way is to exclude them with Maven:
 
     <dependency>
-      <groupId>org.apache.olingo:olingo</groupId>
-      <artifactId>odata2-core</artifactId>
+      <groupId>org.apache.olingo</groupId>
+      <artifactId>olingo-odata2-lib</artifactId>
       <version>2.0.4</version>
       <exclusions>
         <exclusion>