mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 02:08:43 +08:00 
			
		
		
		
	提交pom 文件
This commit is contained in:
		| @@ -120,6 +120,35 @@ | |||||||
|             <version>4.5.14</version> |             <version>4.5.14</version> | ||||||
|             <scope>compile</scope> |             <scope>compile</scope> | ||||||
|         </dependency> |         </dependency> | ||||||
|  |         <dependency> | ||||||
|  |             <groupId>org.springframework.boot</groupId> | ||||||
|  |             <artifactId>spring-boot-starter-websocket</artifactId> | ||||||
|  |         </dependency> | ||||||
|  |         <!-- JSON 处理库,如 Jackson --> | ||||||
|  |         <dependency> | ||||||
|  |             <groupId>com.fasterxml.jackson.core</groupId> | ||||||
|  |             <artifactId>jackson-databind</artifactId> | ||||||
|  |         </dependency> | ||||||
|  |         <!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp --> | ||||||
|  |         <dependency> | ||||||
|  |             <groupId>com.squareup.okhttp3</groupId> | ||||||
|  |             <artifactId>okhttp</artifactId> | ||||||
|  |         </dependency> | ||||||
|  |         <dependency> | ||||||
|  |             <groupId>com.google.guava</groupId> | ||||||
|  |             <artifactId>guava</artifactId> | ||||||
|  |         </dependency> | ||||||
|  |         <dependency> | ||||||
|  |             <groupId>net.dv8tion</groupId> | ||||||
|  |             <artifactId>JDA</artifactId> | ||||||
|  |             <version>5.0.0-beta.21</version> | ||||||
|  | <!--            <exclusions>--> | ||||||
|  | <!--                <exclusion>--> | ||||||
|  | <!--                    <groupId>club.minnced</groupId>--> | ||||||
|  | <!--                    <artifactId>opus-java</artifactId>--> | ||||||
|  | <!--                </exclusion>--> | ||||||
|  | <!--            </exclusions>--> | ||||||
|  |         </dependency> | ||||||
|     </dependencies> |     </dependencies> | ||||||
|  |  | ||||||
| </project> | </project> | ||||||
		Reference in New Issue
	
	Block a user
	 cherishsince
					cherishsince