Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
byit-myth-job
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyuan
byit-myth-job
Commits
897e1a9d
Commit
897e1a9d
authored
Apr 09, 2020
by
huangfusuper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Netty 客户端与服务端添加Spring部分依赖
parent
0eacacfe
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
0 deletions
+24
-0
pom.xml
byit-plugin-core/byit-plugin-rpc-common/pom.xml
+7
-0
pom.xml
byit-plugin-core/myth-plugin-rpc-client/pom.xml
+16
-0
pom.xml
demo-client/pom.xml
+1
-0
No files found.
byit-plugin-core/byit-plugin-rpc-common/pom.xml
View file @
897e1a9d
...
...
@@ -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
byit-plugin-core/myth-plugin-rpc-client/pom.xml
View file @
897e1a9d
...
...
@@ -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
demo-client/pom.xml
View file @
897e1a9d
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment