mirror of
https://github.com/apache/struts.git
synced 2026-08-06 15:17:00 +00:00
WW-4381 - exclude org.olap4j:olap4j for compile, to fix broken builds behind Maven mirror
This commit is contained in:
@@ -43,6 +43,13 @@
|
||||
<artifactId>jasperreports</artifactId>
|
||||
<version>6.0.3</version>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<!-- This is currently not found in Maven central, yet not needed at compile time -->
|
||||
<exclusion>
|
||||
<groupId>org.olap4j</groupId>
|
||||
<artifactId>olap4j</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
|
||||
Reference in New Issue
Block a user