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/06/13 12:58:32 UTC

[12/21] git commit: Removing unnecessary dependency - looks like a refuse

Removing unnecessary dependency - looks like a refuse


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

Branch: refs/heads/master
Commit: 634d75b7993d0b4ec6221ac6b2e13e6edd9d31de
Parents: 70afb2a
Author: Francesco Chicchiriccò <--global>
Authored: Thu Jun 12 08:27:10 2014 +0200
Committer: Francesco Chicchiriccò <--global>
Committed: Thu Jun 12 08:27:10 2014 +0200

----------------------------------------------------------------------
 lib/server-tecsvc/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/634d75b7/lib/server-tecsvc/pom.xml
----------------------------------------------------------------------
diff --git a/lib/server-tecsvc/pom.xml b/lib/server-tecsvc/pom.xml
index 3925fbd..b5fb60e 100644
--- a/lib/server-tecsvc/pom.xml
+++ b/lib/server-tecsvc/pom.xml
@@ -151,11 +151,6 @@
       <artifactId>commons-io</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.olingo</groupId>
-      <artifactId>core</artifactId>
-      <version>0.1.0-SNAPSHOT</version>
-    </dependency>
   </dependencies>
 
 </project>