Repository: olingo-odata4 Updated Branches: refs/heads/master 7119be1f2 -> 2d445e2a2
[OLIGNO-573] Removed 'server-core-ext' from build because of JDK7 issues Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/2d445e2a Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/2d445e2a Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/2d445e2a Branch: refs/heads/master Commit: 2d445e2a27eac58b4061a3a3f0d7c198b1225175 Parents: 7119be1 Author: Michael Bolz <[email protected]> Authored: Thu Apr 2 13:14:01 2015 +0200 Committer: Michael Bolz <[email protected]> Committed: Thu Apr 2 13:14:01 2015 +0200 ---------------------------------------------------------------------- lib/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/2d445e2a/lib/pom.xml ---------------------------------------------------------------------- diff --git a/lib/pom.xml b/lib/pom.xml index d1e8864..44d6d7c 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -42,7 +42,9 @@ <module>client-core</module> <module>server-api</module> <module>server-core</module> + <!-- Temporary disable build of core-ext module <module>server-core-ext</module> + --> <module>server-tecsvc</module> <module>server-test</module> </modules>
