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.
83 lines
2.9 KiB
83 lines
2.9 KiB
<?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>jnpf-message</artifactId> |
|
<groupId>com.jnpf</groupId> |
|
<version>3.7.0-RELEASE</version> |
|
</parent> |
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<artifactId>jnpf-message-biz</artifactId> |
|
|
|
<dependencies> |
|
<dependency> |
|
<groupId>com.jnpf</groupId> |
|
<artifactId>jnpf-common-database</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.jnpf</groupId> |
|
<artifactId>jnpf-message-entity</artifactId> |
|
<version>${project.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.cloud</groupId> |
|
<artifactId>spring-cloud-commons</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.sun.mail</groupId> |
|
<artifactId>javax.mail</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.jnpf</groupId> |
|
<artifactId>jnpf-provider-file</artifactId> |
|
<version>${project.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.jnpf</groupId> |
|
<artifactId>jnpf-permission-api</artifactId> |
|
<version>${project.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.jnpf</groupId> |
|
<artifactId>jnpf-system-api</artifactId> |
|
<version>${project.version}</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.jnpf</groupId> |
|
<artifactId>jnpf-oauth-api</artifactId> |
|
<version>${project.version}</version> |
|
</dependency> |
|
|
|
<!-- websocket --> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-websocket</artifactId> |
|
</dependency> |
|
<!--导入mq中间层--> |
|
<dependency> |
|
<groupId>com.alibaba.cloud</groupId> |
|
<artifactId>spring-cloud-starter-stream-rocketmq</artifactId> |
|
</dependency> |
|
<!-- <dependency>--> |
|
<!-- <groupId>org.springframework.cloud</groupId>--> |
|
<!-- <artifactId>spring-cloud-starter-stream-rabbit</artifactId>--> |
|
<!-- </dependency>--> |
|
<!-- <dependency>--> |
|
<!-- <groupId>org.springframework.cloud</groupId>--> |
|
<!-- <artifactId>spring-cloud-stream</artifactId>--> |
|
<!-- </dependency>--> |
|
<dependency> |
|
<groupId>com.jnpf</groupId> |
|
<artifactId>jnpf-common-sms</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.dom4j</groupId> |
|
<artifactId>dom4j</artifactId> |
|
</dependency> |
|
</dependencies> |
|
|
|
|
|
</project>
|
|
|