Repository: sentry Updated Branches: refs/heads/master 989cb7f35 -> 35e9d48cd
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/35e9d48c Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/35e9d48c Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/35e9d48c Branch: refs/heads/master Commit: 35e9d48cd239a5e49c2127cd6e61989ee83cb9d4 Parents: 989cb7f Author: Sergio Pena <[email protected]> Authored: Thu Nov 30 21:26:38 2017 -0600 Committer: Sergio Pena <[email protected]> Committed: Thu Nov 30 21:26:38 2017 -0600 ---------------------------------------------------------------------- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/35e9d48c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3270983..40d96e3 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>
