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 2014/07/16 11:15:51 UTC

git commit: Removed unused dependency

Repository: olingo-odata4
Updated Branches:
  refs/heads/master 44c4772ed -> 7e6edf20c


Removed unused dependency


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/7e6edf20
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/7e6edf20
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/7e6edf20

Branch: refs/heads/master
Commit: 7e6edf20c0188ea3a434fbe6f70133486db51851
Parents: 44c4772
Author: Michael Bolz <mi...@sap.com>
Authored: Wed Jul 16 10:53:42 2014 +0200
Committer: Michael Bolz <mi...@sap.com>
Committed: Wed Jul 16 11:15:50 2014 +0200

----------------------------------------------------------------------
 fit/pom.xml | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/7e6edf20/fit/pom.xml
----------------------------------------------------------------------
diff --git a/fit/pom.xml b/fit/pom.xml
index 1a83f55..8f4cbe2 100644
--- a/fit/pom.xml
+++ b/fit/pom.xml
@@ -65,15 +65,6 @@
       <artifactId>cxf-rt-rs-security-oauth2</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.cxf</groupId>
-      <artifactId>cxf-rt-rs-extension-providers</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.jettison</groupId>
-      <artifactId>jettison</artifactId>
-      <version>1.3.5</version>
-    </dependency>    
-    <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
     </dependency>