Repository: olingo-odata4 Updated Branches: refs/heads/master b32a2ce2e -> 2e24ffd1d
OLINGO-567: removing the stax-api 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/2e24ffd1 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/2e24ffd1 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/2e24ffd1 Branch: refs/heads/master Commit: 2e24ffd1d3c343fdec45f8dbf0398783a0a86f3f Parents: 3c0225c Author: Ramesh Reddy <[email protected]> Authored: Fri Jun 10 06:45:17 2016 -0500 Committer: Ramesh Reddy <[email protected]> Committed: Sun Jun 26 07:50:39 2016 -0700 ---------------------------------------------------------------------- lib/server-core-ext/pom.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/2e24ffd1/lib/server-core-ext/pom.xml ---------------------------------------------------------------------- diff --git a/lib/server-core-ext/pom.xml b/lib/server-core-ext/pom.xml index 634cc17..7daeeaa 100644 --- a/lib/server-core-ext/pom.xml +++ b/lib/server-core-ext/pom.xml @@ -56,10 +56,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>javax.xml.stream</groupId> - <artifactId>stax-api</artifactId> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope>
