1
0

[MINOR] Resolve build issue arising from inaccessible pentaho jar (#3034)

- Fixes #160 #2479
This commit is contained in:
vinoth chandar
2021-06-04 12:28:44 -07:00
committed by GitHub
parent a658328001
commit d02c0e5387
4 changed files with 34 additions and 0 deletions

12
pom.xml
View File

@@ -797,6 +797,10 @@
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.pentaho</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
@@ -817,6 +821,10 @@
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.pentaho</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
@@ -902,6 +910,10 @@
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.pentaho</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>