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/28 14:55:45 UTC

git commit: [OLINGO-377] Added core as dependency to enable cobertura instrumentation

Repository: olingo-odata4
Updated Branches:
  refs/heads/OLINGO-377-FIT 0f073cfc8 -> aaa4f18e3


[OLINGO-377] Added core as dependency to enable cobertura instrumentation


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

Branch: refs/heads/OLINGO-377-FIT
Commit: aaa4f18e351777cae0a9c021dba1bededcfd63f0
Parents: 0f073cf
Author: Michael Bolz <mi...@sap.com>
Authored: Mon Jul 28 14:43:12 2014 +0200
Committer: Michael Bolz <mi...@sap.com>
Committed: Mon Jul 28 14:43:12 2014 +0200

----------------------------------------------------------------------
 lib/server-test/pom.xml | 16 ----------------
 1 file changed, 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/aaa4f18e/lib/server-test/pom.xml
----------------------------------------------------------------------
diff --git a/lib/server-test/pom.xml b/lib/server-test/pom.xml
index 3f7a3c9..3f478f4 100644
--- a/lib/server-test/pom.xml
+++ b/lib/server-test/pom.xml
@@ -39,7 +39,6 @@
       <groupId>org.apache.olingo</groupId>
       <artifactId>olingo-server-core</artifactId>
       <version>${project.version}</version>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.olingo</groupId>
@@ -47,21 +46,6 @@
       <version>${project.version}</version>
       <scope>test</scope>
     </dependency>
-
-    <dependency>
-      <groupId>org.apache.tomcat.embed</groupId>
-      <artifactId>tomcat-embed-core</artifactId>
-      <version>7.0.54</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tomcat.embed</groupId>
-      <artifactId>tomcat-embed-logging-juli</artifactId>
-      <version>7.0.54</version>
-      <scope>test</scope>
-    </dependency>
-
-
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>