[Build] Fix build fe error caused by Inaccessible pentaho-aggdesigner-algorithm jar (#8175)

Co-authored-by: caiconghui1 <caiconghui1@jd.com>
This commit is contained in:
caiconghui
2022-02-22 09:30:39 +08:00
committed by GitHub
parent 87e555c27d
commit 273ced0219

View File

@ -39,6 +39,12 @@ under the License.
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>${hive.version}</version>
<exclusions>
<exclusion>
<groupId>org.pentaho</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
@ -121,4 +127,4 @@ under the License.
</plugin>
</plugins>
</build>
</project>
</project>