You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by rg...@apache.org on 2016/01/14 18:05:10 UTC

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

Repository: struts
Updated Branches:
  refs/heads/master 9f6a0c9c9 -> ee83d4a6d


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


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/ee83d4a6
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/ee83d4a6
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/ee83d4a6

Branch: refs/heads/master
Commit: ee83d4a6dbd558ac4022194ffb419c8f46516f79
Parents: 9f6a0c9
Author: Rene Gielen <rg...@apache.org>
Authored: Thu Jan 14 18:04:29 2016 +0100
Committer: Rene Gielen <rg...@apache.org>
Committed: Thu Jan 14 18:04:29 2016 +0100

----------------------------------------------------------------------
 plugins/jasperreports/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/ee83d4a6/plugins/jasperreports/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/jasperreports/pom.xml b/plugins/jasperreports/pom.xml
index 612f0bb..f6a8cd6 100644
--- a/plugins/jasperreports/pom.xml
+++ b/plugins/jasperreports/pom.xml
@@ -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>