You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by tb...@apache.org on 2013/12/10 14:50:40 UTC

[45/50] [abbrv] git commit: Removed unused dependency

Removed unused dependency


Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/commit/c31d1911
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/tree/c31d1911
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/diff/c31d1911

Branch: refs/heads/ODataServlet
Commit: c31d19116ac6bcf48504ee8fcd69a21ad004258a
Parents: fc7fac8
Author: Michael Bolz <mi...@apache.org>
Authored: Fri Dec 6 13:24:18 2013 +0100
Committer: Michael Bolz <mi...@apache.org>
Committed: Fri Dec 6 13:24:18 2013 +0100

----------------------------------------------------------------------
 odata2-processor-jpa/jpa-web/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/c31d1911/odata2-processor-jpa/jpa-web/pom.xml
----------------------------------------------------------------------
diff --git a/odata2-processor-jpa/jpa-web/pom.xml b/odata2-processor-jpa/jpa-web/pom.xml
index 273aeda..18302cb 100644
--- a/odata2-processor-jpa/jpa-web/pom.xml
+++ b/odata2-processor-jpa/jpa-web/pom.xml
@@ -102,16 +102,6 @@
             <version>3.8.1</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.glassfish.jersey.containers</groupId>
-            <artifactId>jersey-container-servlet</artifactId>
-            <version>2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.glassfish.jersey.core</groupId>
-            <artifactId>jersey-client</artifactId>
-            <version>2.0</version>
-        </dependency>
     </dependencies>
 
     <profiles>