|
@@ -5,18 +5,16 @@
|
|
|
<parent>
|
|
<parent>
|
|
|
<artifactId>box-im</artifactId>
|
|
<artifactId>box-im</artifactId>
|
|
|
<groupId>com.bx</groupId>
|
|
<groupId>com.bx</groupId>
|
|
|
- <version>2.0.0</version>
|
|
|
|
|
|
|
+ <version>3.0.0</version>
|
|
|
</parent>
|
|
</parent>
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
-
|
|
|
|
|
<artifactId>im-platform</artifactId>
|
|
<artifactId>im-platform</artifactId>
|
|
|
|
|
|
|
|
-
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.bx</groupId>
|
|
<groupId>com.bx</groupId>
|
|
|
<artifactId>im-client</artifactId>
|
|
<artifactId>im-client</artifactId>
|
|
|
- <version>2.0.0</version>
|
|
|
|
|
|
|
+ <version>3.0.0</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -53,11 +51,6 @@
|
|
|
<groupId>org.aspectj</groupId>
|
|
<groupId>org.aspectj</groupId>
|
|
|
<artifactId>aspectjweaver</artifactId>
|
|
<artifactId>aspectjweaver</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- <!-- 引入redis -->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-crypto</artifactId>
|
|
<artifactId>spring-security-crypto</artifactId>
|
|
@@ -99,14 +92,12 @@
|
|
|
<version>${knife4j.version}</version>
|
|
<version>${knife4j.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
-
|
|
|
|
|
<build>
|
|
<build>
|
|
|
<finalName>${project.artifactId}</finalName>
|
|
<finalName>${project.artifactId}</finalName>
|
|
|
<plugins>
|
|
<plugins>
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
- <version>3.3.1</version>
|
|
|
|
|
<executions>
|
|
<executions>
|
|
|
<execution>
|
|
<execution>
|
|
|
<goals>
|
|
<goals>
|