Skip to content

Commit a732b66

Browse files
martin-grichardantal
authored andcommitted
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
1 parent a883279 commit a732b66

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

phoenix-hive-base/phoenix4-hive/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@
124124
</plugins>
125125
</build>
126126

127-
</project>
127+
</project>

phoenix-hive-base/pom.xml

+17
Original file line numberDiff line numberDiff line change
@@ -583,4 +583,21 @@
583583
</plugins>
584584
</pluginManagement>
585585
</build>
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+
586603
</project>

0 commit comments

Comments
 (0)