You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2016/07/15 13:19:04 UTC

[37/50] [abbrv] struts git commit: WW-4381 - exclude org.olap4j:olap4j for compile, to fix broken builds behind Maven mirror

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/dd849e82
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/dd849e82
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/dd849e82

Branch: refs/heads/master
Commit: dd849e82f37d938a788554b80393f752aaf0b3bf
Parents: 50c95d4
Author: Rene Gielen <rg...@apache.org>
Authored: Thu Jan 14 18:04:29 2016 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Tue Jan 19 16:19:19 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/struts/blob/dd849e82/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>