This commit is contained in:
2023-07-17 17:18:39 +08:00
parent d33c28e1d2
commit 9950506524

View File

@@ -33,22 +33,26 @@
<dependency> <dependency>
<groupId>com.jsowell</groupId> <groupId>com.jsowell</groupId>
<artifactId>jsowell-common</artifactId> <artifactId>jsowell-common</artifactId>
<version>1.0.0</version>
</dependency> </dependency>
<!-- pile --> <!-- pile -->
<dependency> <dependency>
<groupId>com.jsowell</groupId> <groupId>com.jsowell</groupId>
<artifactId>jsowell-pile</artifactId> <artifactId>jsowell-pile</artifactId>
<version>1.0.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.jsowell</groupId> <groupId>com.jsowell</groupId>
<artifactId>jsowell-netty</artifactId> <artifactId>jsowell-netty</artifactId>
<version>1.0.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.jsowell</groupId> <groupId>com.jsowell</groupId>
<artifactId>jsowell-thirdparty</artifactId> <artifactId>jsowell-thirdparty</artifactId>
<version>1.0.0</version>
</dependency> </dependency>
</dependencies> </dependencies>