50 lines
1.7 KiB
XML
50 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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>
|
|
<artifactId>bonus_public_service</artifactId>
|
|
<groupId>com.bonus</groupId>
|
|
<version>3.8.9</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>bonus-business</artifactId>
|
|
<description>系统业务模块
|
|
</description>
|
|
|
|
<dependencies>
|
|
<!--视频转换-->
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>org.bytedeco</groupId>-->
|
|
<!-- <artifactId>javacv</artifactId>-->
|
|
<!-- <version>1.5.10</version>-->
|
|
<!-- </dependency>-->
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>org.bytedeco</groupId>-->
|
|
<!-- <artifactId>javacv-platform</artifactId>-->
|
|
<!-- <version>1.5.10</version>-->
|
|
<!-- </dependency>-->
|
|
<!-- 通用工具-->
|
|
<dependency>
|
|
<groupId>com.bonus</groupId>
|
|
<artifactId>bonus-common</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.projectlombok</groupId>
|
|
<artifactId>lombok</artifactId>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.bonus</groupId>
|
|
<artifactId>bonus-file</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.swagger</groupId>
|
|
<artifactId>swagger-annotations</artifactId>
|
|
<version>1.6.2</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project> |