|
|
|
@ -210,6 +210,54 @@
|
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
|
<version>RELEASE</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- jasperreports-dependency-begin -->
|
|
|
|
|
<!-- jasperreports-->
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/net.sf.barcode4j/barcode4j -->
|
|
|
|
|
<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 -->
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|