stoty commented on a change in pull request #837:
URL: https://github.com/apache/phoenix/pull/837#discussion_r458980273



##########
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:
       No Idea.
   Dependency plugin seems to get confused sometimes. (Maybe some unused return 
value ?)
   I've removed the dependency, and added an exception to the dependency plugin 
config.
   




----------------------------------------------------------------
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]


Reply via email to