|
|
|
@ -182,6 +182,14 @@
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!--部署成war包时开启↑↑↑↑-->
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.olap4j/olap4j -->
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.olap4j/olap4j -->
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.olap4j/olap4j -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.olap4j</groupId>
|
|
|
|
|
<artifactId>olap4j</artifactId>
|
|
|
|
|
<version>1.2.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
@ -203,62 +211,88 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>poi</artifactId>
|
|
|
|
|
<version>RELEASE</version>
|
|
|
|
|
<version>4.0.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
|
<version>RELEASE</version>
|
|
|
|
|
<version>4.0.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- jasperreports-dependency-begin -->
|
|
|
|
|
<!-- jasperreports-->
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/net.sf.barcode4j/barcode4j -->
|
|
|
|
|
<!-- jasperreports相关 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.sf.barcode4j</groupId>
|
|
|
|
|
<artifactId>barcode4j</artifactId>
|
|
|
|
|
<version>2.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.sf.jasperreports</groupId>
|
|
|
|
|
<artifactId>jasperreports</artifactId>
|
|
|
|
|
<version>6.5.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.sf.jasperreports</groupId>
|
|
|
|
|
<artifactId>jasperreports-fonts</artifactId>
|
|
|
|
|
<version>6.0.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.itextpdf</groupId>
|
|
|
|
|
<artifactId>itext-pdfa</artifactId>
|
|
|
|
|
<version>5.5.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.lesper</groupId>
|
|
|
|
|
<artifactId>iTextAsian</artifactId>
|
|
|
|
|
<version>3.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-bridge -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.xmlgraphics</groupId>
|
|
|
|
|
<artifactId>batik-bridge</artifactId>
|
|
|
|
|
<version>1.11</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-dom -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.xmlgraphics</groupId>
|
|
|
|
|
<artifactId>batik-dom</artifactId>
|
|
|
|
|
<version>1.11</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- jasperreports end-->
|
|
|
|
|
<!-- jasperreports-dependency-end -->
|
|
|
|
|
<!-- jasperreports-->
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/net.sf.barcode4j/barcode4j -->
|
|
|
|
|
<!-- jasperreports相关 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.sf.barcode4j</groupId>
|
|
|
|
|
<artifactId>barcode4j</artifactId>
|
|
|
|
|
<version>2.1</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.olap4je</groupId>
|
|
|
|
|
<artifactId>olap4j</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.sf.jasperreports</groupId>
|
|
|
|
|
<artifactId>jasperreports</artifactId>
|
|
|
|
|
<version>6.5.1</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>com.lowagie</groupId>
|
|
|
|
|
<artifactId>itext</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.sf.jasperreports</groupId>
|
|
|
|
|
<artifactId>jasperreports-fonts</artifactId>
|
|
|
|
|
<version>6.0.0</version>
|
|
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.itextpdf</groupId>
|
|
|
|
|
<artifactId>itext-pdfa</artifactId>
|
|
|
|
|
<version>5.5.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.lesper</groupId>
|
|
|
|
|
<artifactId>iTextAsian</artifactId>
|
|
|
|
|
<version>3.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-bridge -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.xmlgraphics</groupId>
|
|
|
|
|
<artifactId>batik-bridge</artifactId>
|
|
|
|
|
<version>1.11</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-dom -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.xmlgraphics</groupId>
|
|
|
|
|
<artifactId>batik-dom</artifactId>
|
|
|
|
|
<version>1.11</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.birt.runtime.3_7_1</groupId>
|
|
|
|
|
<artifactId>com.lowagie.text</artifactId>
|
|
|
|
|
<version>2.1.7</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.olap4j</groupId>
|
|
|
|
|
<artifactId>olap4j</artifactId>
|
|
|
|
|
<version>1.2.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- jasperreports end-->
|
|
|
|
|
<!-- jasperreports-dependency-end -->
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
@ -307,7 +341,7 @@
|
|
|
|
|
<verbose>true</verbose>
|
|
|
|
|
</configuration>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>Generate MyBatis Artifacts</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>generate</goal>
|
|
|
|
|