WW-4381 - exclude org.olap4j:olap4j for compile, to fix broken builds behind Maven mirror

This commit is contained in:
Rene Gielen
2016-01-14 18:04:29 +01:00
parent 9f6a0c9c94
commit ee83d4a6db
+7
View File
@@ -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>