Browse Source

fix:解决打包时警告问题(还原该更改)

master
白凤吉 5 months ago
parent
commit
94f915c623
  1. 1
      build.gradle

1
build.gradle

@ -40,7 +40,6 @@ dependencies {
implementation group: 'com.alibaba', name: 'fastjson', version: '2.0.54'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-websocket', version: '3.4.2'
implementation group: 'io.netty', name: 'netty-all', version: '4.1.118.Final'
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
//++++++++++++++++
//++++++++++++++++

Loading…
Cancel
Save