We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a883279 commit a732b66Copy full SHA for a732b66
phoenix-hive-base/phoenix4-hive/pom.xml
@@ -124,4 +124,4 @@
124
</plugins>
125
</build>
126
127
-</project>
+</project>
phoenix-hive-base/pom.xml
@@ -583,4 +583,21 @@
583
584
</pluginManagement>
585
586
+
587
+ <dependencyManagement>
588
+ <dependencies>
589
+ <dependency>
590
+ <groupId>org.apache.calcite</groupId>
591
+ <artifactId>calcite-core</artifactId>
592
+ <exclusions>
593
+ <exclusion>
594
+ <!-- PHOENIX-6478: exclude a dependency that is not required and not available at Maven Central -->
595
+ <groupId>org.pentaho</groupId>
596
+ <artifactId>pentaho-aggdesigner-algorithm</artifactId>
597
+ </exclusion>
598
+ </exclusions>
599
+ </dependency>
600
+ </dependencies>
601
+ </dependencyManagement>
602
603
</project>
0 commit comments