[ https://issues.apache.org/jira/browse/HIVE-26880?focusedWorklogId=836877&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-836877 ]
ASF GitHub Bot logged work on HIVE-26880: ----------------------------------------- Author: ASF GitHub Bot Created on: 04/Jan/23 12:14 Start Date: 04/Jan/23 12:14 Worklog Time Spent: 10m Work Description: zabetak commented on code in PR #3886: URL: https://github.com/apache/hive/pull/3886#discussion_r1061421382 ########## service/pom.xml: ########## @@ -291,13 +291,6 @@ <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.directory.client.ldap</groupId> - <artifactId>ldap-client-api</artifactId> - <version>${apache-directory-clientapi.version}</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-server-integ</artifactId> Review Comment: Oh you are right. I was confused while checking the diff and though that the exclusion was added rather than removed. Apologies for the back and forth! Issue Time Tracking ------------------- Worklog Id: (was: 836877) Time Spent: 1h 10m (was: 1h) > Upgrade Apache Directory Server to 1.5.7 for release 3.2. > --------------------------------------------------------- > > Key: HIVE-26880 > URL: https://issues.apache.org/jira/browse/HIVE-26880 > Project: Hive > Issue Type: Improvement > Components: Test > Reporter: Chris Nauroth > Assignee: Chris Nauroth > Priority: Minor > Labels: hive-3.2.0-must, pull-request-available > Time Spent: 1h 10m > Remaining Estimate: 0h > > branch-3 uses Apache Directory Server in some tests. It currently uses > version 1.5.6. This version has a transitive dependency to a SNAPSHOT, making > it awkward to build and release. We can upgrade to 1.5.7 to remove the > SNAPSHOT dependency. -- This message was sent by Atlassian Jira (v8.20.10#820010)