123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?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">
- <modelVersion>4.0.0</modelVersion>
- <dependencies>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-web</artifactId>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-extension</artifactId>
- <version>3.5.3.1</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>com.fjhx</groupId>
- <artifactId>hx-base</artifactId>
- </dependency>
- <dependency>
- <groupId>com.fjhx</groupId>
- <artifactId>hx-common</artifactId>
- </dependency>
- <dependency>
- <groupId>com.huaweicloud.sdk</groupId>
- <artifactId>huaweicloud-sdk-all</artifactId>
- <version>3.0.92</version>
- </dependency>
- <!-- amqp -->
- <dependency>
- <groupId>org.apache.qpid</groupId>
- <artifactId>qpid-jms-client</artifactId>
- <version>0.61.0</version>
- </dependency>
- </dependencies>
- <parent>
- <groupId>com.fjhx</groupId>
- <artifactId>bytesailing</artifactId>
- <version>1.0</version>
- </parent>
- <artifactId>hx-customer</artifactId>
- </project>
|