Repository: atlas Updated Branches: refs/heads/branch-0.8 19cd61d02 -> 2ee8f3372
ATLAS-2190: Remove duplicate blocks for dependency with diff versions Signed-off-by: ashutoshm <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/2ee8f337 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/2ee8f337 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/2ee8f337 Branch: refs/heads/branch-0.8 Commit: 2ee8f3372da45365e66d2e9944c925bcacd4b6c8 Parents: 19cd61d Author: ayubpathan <[email protected]> Authored: Wed Oct 4 17:00:55 2017 +0530 Committer: ashutoshm <[email protected]> Committed: Wed Oct 4 10:30:13 2017 -0700 ---------------------------------------------------------------------- pom.xml | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/2ee8f337/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2b882cc..f18e95a 100644 --- a/pom.xml +++ b/pom.xml @@ -997,18 +997,6 @@ <version>${jersey.version}</version> </dependency> - <dependency> - <groupId>com.sun.jersey</groupId> - <artifactId>jersey-servlet</artifactId> - <version>${jersey.version}</version> - </dependency> - - <dependency> - <groupId>javax.servlet.jsp</groupId> - <artifactId>jsp-api</artifactId> - <version>2.0</version> - </dependency> - <!-- JSON --> <dependency> <groupId>org.codehaus.jackson</groupId>
