Commit 897e1a9d by huangfusuper

Netty 客户端与服务端添加Spring部分依赖

parent 0eacacfe
......@@ -58,5 +58,11 @@
</dependency>
<dependency>
<groupId>com.caucho</groupId>
<artifactId>hessian</artifactId>
<version>4.0.38</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
......@@ -12,4 +12,19 @@
<artifactId>myth-plugin-rpc-client</artifactId>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${spring.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>myth-job</groupId>
<artifactId>byit-plugin-rpc-common</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
\ No newline at end of file
......@@ -16,6 +16,7 @@
<module>byit-demo-client</module>
<module>byit-demo-service</module>
<module>byit-plugin-server</module>
<module>byit-plugin-client</module>
</modules>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment