78 lines
2.1 KiB
XML
78 lines
2.1 KiB
XML
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<groupId>com.jero.boot</groupId>
|
|
<artifactId>laws-sinotruk</artifactId>
|
|
<version>2.5.1</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>jero-boot-module-system</artifactId>
|
|
|
|
<repositories>
|
|
<!-- <repository>-->
|
|
<!-- <id>aliyun</id>-->
|
|
<!-- <name>aliyun Repository</name>-->
|
|
<!-- <url>https://maven.aliyun.com/repository/public</url>-->
|
|
<!-- <snapshots>-->
|
|
<!-- <enabled>false</enabled>-->
|
|
<!-- </snapshots>-->
|
|
<!-- </repository>-->
|
|
<!-- <repository>-->
|
|
<!-- <id>jeecg</id>-->
|
|
<!-- <name>jeecg Repository</name>-->
|
|
<!-- <url>https://maven.jeecg.org/nexus/content/repositories/jeecg</url>-->
|
|
<!-- <snapshots>-->
|
|
<!-- <enabled>false</enabled>-->
|
|
<!-- </snapshots>-->
|
|
<!-- </repository>-->
|
|
<repository>
|
|
<id>com.e-iceblue</id>
|
|
<name>e-iceblue</name>
|
|
<url>https://repo.e-iceblue.cn/repository/maven-public/</url>
|
|
</repository>
|
|
</repositories>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.jero.boot</groupId>
|
|
<artifactId>jero-system-local-api</artifactId>
|
|
</dependency>
|
|
<!-- 积木报表 -->
|
|
<dependency>
|
|
<groupId>com.jimureport</groupId>
|
|
<artifactId>spring-boot-starter-jimureport</artifactId>
|
|
<version>1.2.0</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>autopoi-web</artifactId>
|
|
<groupId>org.jeecgframework</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.stuxuhai</groupId>
|
|
<artifactId>jpinyin</artifactId>
|
|
<version>1.1.8</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itextpdf</groupId>
|
|
<artifactId>itext-asian</artifactId>
|
|
<version>5.2.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.lowagie</groupId>
|
|
<artifactId>itext</artifactId>
|
|
<version>4.2.1</version>
|
|
<!-- <scope>compile</scope>-->
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>e-iceblue</groupId>
|
|
<artifactId>spire.doc.free</artifactId>
|
|
<version>5.2.0</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
|
|
</project> |