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

This commit is contained in:
caiconghui
2021-11-20 21:48:26 +08:00
committed by GitHub
parent fcd4f0b5c2
commit 07296a301b

View File

@ -630,6 +630,10 @@ under the License.
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
</exclusion>
<exclusion>
<groupId>org.pentaho</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>