Skip to content
12 changes: 6 additions & 6 deletions frameworks/Java/smart-socket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<dependency>
<groupId>tech.smartboot.feat</groupId>
<artifactId>feat-cloud-starter</artifactId>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>io.github.smartboot.socket</groupId>
<artifactId>aio-pro</artifactId>
<version>1.5.62-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>io.github.smartboot.socket</groupId>-->
<!-- <artifactId>aio-pro</artifactId>-->
<!-- <version>1.5.62-SNAPSHOT</version>-->
<!-- </dependency>-->
<dependency>
<groupId>tech.smartboot.servlet</groupId>
<artifactId>servlet-core</artifactId>
Expand Down
Loading