Repository: sentry Updated Branches: refs/heads/branch-2.0 f6f83470b -> 374883149
SENTRY-2082: Exclude javax.servlet-3.0.0.v201112011016.jar from Sentry dist (Sergio Pena, reviewed by Alexander Kolbasov, kalyan kumar kalvagadda) Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/37488314 Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/37488314 Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/37488314 Branch: refs/heads/branch-2.0 Commit: 374883149d2b962745ee338d44853b1dfa859e69 Parents: f6f8347 Author: Sergio Pena <[email protected]> Authored: Thu Nov 30 21:26:38 2017 -0600 Committer: Sergio Pena <[email protected]> Committed: Thu Nov 30 21:30:02 2017 -0600 ---------------------------------------------------------------------- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/37488314/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e8d3724..eec185b 100644 --- a/pom.xml +++ b/pom.xml @@ -292,6 +292,10 @@ limitations under the License. <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-web</artifactId> </exclusion> + <exclusion> + <groupId>org.eclipse.jetty.orbit</groupId> + <artifactId>javax.servlet</artifactId> + </exclusion> </exclusions> </dependency> <dependency>
