joshelser commented on a change in pull request #837:
URL: https://github.com/apache/phoenix/pull/837#discussion_r458937065
##########
File path: phoenix-core/pom.xml
##########
@@ -493,6 +493,33 @@
</dependencies>
+<profiles>
+ <profile>
+ <id>phoenix-hbase-compat-2.3.0</id>
+ <!-- keep enforcer plugin happy -->
+ <activation>
+ <property>
+ <name>hbase.profile</name>
+ <value>2.3</value>
+ </property>
+ </activation>
+ <properties>
+ <dnsjava.version>2.1.7</dnsjava.version>
+ </properties>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.zookeeper</groupId>
+ <artifactId>zookeeper-jute</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>dnsjava</groupId>
+ <artifactId>dnsjava</artifactId>
Review comment:
Why's this coming in?
YARN was using dnsjava, but I didn't think we had anything directly in hbase
or phoenix.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]