netty-确定客户端和服务端编解码工具
This commit is contained in:
15
pom.xml
15
pom.xml
@@ -26,15 +26,21 @@
|
||||
<version>${smartvenue.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>smartvenue</artifactId>
|
||||
<groupId>sv-api</groupId>
|
||||
<groupId>smartvenue</groupId>
|
||||
<artifactId>sv-api</artifactId>
|
||||
<version>${smartvenue.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>smartvenue</artifactId>
|
||||
<groupId>netty-client</groupId>
|
||||
<groupId>smartvenue</groupId>
|
||||
<artifactId>netty-client</artifactId>
|
||||
<version>${smartvenue.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>smartvenue</groupId>
|
||||
<artifactId>netty-model</artifactId>
|
||||
<version>${smartvenue.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>smartvenue</groupId>
|
||||
<artifactId>sv-oms</artifactId>
|
||||
@@ -98,6 +104,7 @@
|
||||
<module>oms</module>
|
||||
<module>service</module>
|
||||
<module>netty-client</module>
|
||||
<module>netty-model</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user