You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
110 lines
3.6 KiB
110 lines
3.6 KiB
<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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
<artifactId>ai-intelligent-prequalification</artifactId>
|
|
<version>2.4.3</version>
|
|
</parent>
|
|
<artifactId>service-management-system</artifactId>
|
|
<description>模块名称</description>
|
|
<repositories>
|
|
<repository>
|
|
<id>aliyun</id>
|
|
<name>aliyun Repository</name>
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
</repository>
|
|
<repository>
|
|
<id>jeecg</id>
|
|
<name>jeecg Repository</name>
|
|
<url>http://maven.jeecg.org/nexus/content/repositories/jeecg</url>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
</repository>
|
|
|
|
<repository>
|
|
<id>com.e-iceblue</id>
|
|
<url>https://repo.e-iceblue.cn/repository/maven-public/</url>
|
|
</repository>
|
|
</repositories>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
<artifactId>jeecg-system-local-api</artifactId>
|
|
<version>2.4.3</version>
|
|
</dependency>
|
|
<!-- 积木报表 -->
|
|
<dependency>
|
|
<groupId>org.jeecgframework.jimureport</groupId>
|
|
<artifactId>jimureport-spring-boot-starter</artifactId>
|
|
<version>1.5.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.ejlchina</groupId>
|
|
<artifactId>okhttps</artifactId>
|
|
<version>3.4.1</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
<artifactId>okhttp</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>com.squareup.okio</groupId>
|
|
<artifactId>okio</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
|
|
<!-- docx转pdf:spire -->
|
|
<dependency>
|
|
<groupId>e-iceblue</groupId>
|
|
<artifactId>spire.doc.free</artifactId>
|
|
<version>5.2.0</version>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<groupId>com.aliyun</groupId>
|
|
<artifactId>alibabacloud-dysmsapi20170525</artifactId>
|
|
<version>2.0.24</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.apache.cxf</groupId>
|
|
<artifactId>cxf-spring-boot-starter-jaxws</artifactId>
|
|
<version>3.2.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.huaweicloud.sdk</groupId>
|
|
<artifactId>huaweicloud-sdk-ocr</artifactId>
|
|
<version>3.1.70</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.huaweicloud.sdk</groupId>
|
|
<artifactId>huaweicloud-sdk-bundle</artifactId>
|
|
<version>[3.0.40-rc, 3.1.0)</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.baidu.aip</groupId>
|
|
<artifactId>java-sdk</artifactId>
|
|
<version>4.16.17</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
</plugin>
|
|
</plugins>
|
|
<finalName>service-management-system</finalName>
|
|
</build>
|
|
</project> |