Repository: sentry
Updated Branches:
  refs/heads/branch-2.0 169172be8 -> 09b1638fb


SENTRY-2084: Exclude javax.jms:jms from sentry distribution. (Kalyan Kumar 
Kalvagadda, reviewed by Sergio Pena, Alexander Kolbasov)


Project: http://git-wip-us.apache.org/repos/asf/sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/09b1638f
Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/09b1638f
Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/09b1638f

Branch: refs/heads/branch-2.0
Commit: 09b1638fb3edaad788b5df0b6e38996558e00c45
Parents: 169172b
Author: Kalyan Kumar Kalvagadda <kkal...@cloudera.com>
Authored: Fri Dec 1 17:44:50 2017 -0600
Committer: Kalyan Kumar Kalvagadda <kkal...@cloudera.com>
Committed: Fri Dec 1 17:44:50 2017 -0600

----------------------------------------------------------------------
 pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sentry/blob/09b1638f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eec185b..9d1729b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -731,6 +731,19 @@ limitations under the License.
         <artifactId>jetty-servlet</artifactId>
         <version>${jetty.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.hive.hcatalog</groupId>
+        <artifactId>hive-hcatalog-server-extensions</artifactId>
+        <version>${hive.version}</version>
+        <exclusions>
+          <!-- It is a transitive dependency and doesn't have proper license 
information,
+          so not distributing it.-->
+          <exclusion>
+            <groupId>javax.jms</groupId>
+            <artifactId>jms</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 

Reply via email to