mirror of https://github.com/jeecgboot/jeecg-boot
56 lines
1.9 KiB
XML
56 lines
1.9 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>jeecg-boot-parent</artifactId>
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
<version>3.5.0</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>jeecg-module-system</artifactId>
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
<module>jeecg-system-api</module>
|
|
<module>jeecg-system-biz</module>
|
|
<module>jeecg-system-start</module>
|
|
</modules>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.amazonaws</groupId>
|
|
<artifactId>aws-java-sdk-s3</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.amazonaws</groupId>
|
|
<artifactId>aws-java-sdk-dynamodb</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.luhuiguo</groupId>
|
|
<artifactId>aspose-pdf</artifactId>
|
|
<version>23.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.luhuiguo</groupId>
|
|
<artifactId>aspose-cells</artifactId>
|
|
<version>22.10</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-jdbc</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.amazonaws</groupId>
|
|
<artifactId>aws-java-sdk-bom</artifactId>
|
|
<version>1.11.327</version>
|
|
<type>pom</type>
|
|
<scope>import</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
|
|
</project> |