PHOENIX-6478 Exclude org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde

... because it is not available at Maven Central and it is not actually required for the build
diff --git a/phoenix-hive-base/phoenix4-hive/pom.xml b/phoenix-hive-base/phoenix4-hive/pom.xml
index ac5a95a..d08cf42 100644
--- a/phoenix-hive-base/phoenix4-hive/pom.xml
+++ b/phoenix-hive-base/phoenix4-hive/pom.xml
@@ -124,4 +124,4 @@
     </plugins>
   </build>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/phoenix-hive-base/pom.xml b/phoenix-hive-base/pom.xml
index 5acb4f0..53d6630 100644
--- a/phoenix-hive-base/pom.xml
+++ b/phoenix-hive-base/pom.xml
@@ -583,4 +583,21 @@
       </plugins>
     </pluginManagement>
   </build>
+
+   <dependencyManagement>
+    <dependencies>
+      <dependency>      
+        <groupId>org.apache.calcite</groupId>
+        <artifactId>calcite-core</artifactId>
+        <exclusions>
+          <exclusion>
+            <!-- PHOENIX-6478: exclude a dependency that is not required and not available at Maven Central -->
+            <groupId>org.pentaho</groupId>
+            <artifactId>pentaho-aggdesigner-algorithm</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
 </project>