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
b626b94a
Commit
b626b94a
authored
Nov 14, 2019
by
huangfusuper
Browse files
Options
Browse Files
Download
Plain Diff
解决冲突
parents
9db1c0f6
85515b43
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
pom.xml
byit-myth-rpc/pom.xml
+0
-1
pom.xml
pom.xml
+8
-1
No files found.
byit-myth-rpc/pom.xml
View file @
b626b94a
...
@@ -36,7 +36,6 @@
...
@@ -36,7 +36,6 @@
<dependency>
<dependency>
<groupId>
io.netty
</groupId>
<groupId>
io.netty
</groupId>
<artifactId>
netty-all
</artifactId>
<artifactId>
netty-all
</artifactId>
<version>
${netty.version}
</version>
</dependency>
</dependency>
<!-- mina -->
<!-- mina -->
...
...
pom.xml
View file @
b626b94a
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<module>
byit-myth-core
</module>
<module>
byit-myth-core
</module>
<module>
byit-myth-executor
</module>
<module>
byit-myth-executor
</module>
<module>
byit-myth-rpc
</module>
<module>
byit-myth-rpc
</module>
<module>
byit-myth-gateway
</module>
<module>
demo-client
</module>
</modules>
</modules>
<parent>
<parent>
...
@@ -80,6 +80,13 @@
...
@@ -80,6 +80,13 @@
<artifactId>
fastjson
</artifactId>
<artifactId>
fastjson
</artifactId>
<version>
${fastjson.version}
</version>
<version>
${fastjson.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
io.netty
</groupId>
<artifactId>
netty-all
</artifactId>
<version>
${netty.version}
</version>
</dependency>
</dependencies>
</dependencies>
</dependencyManagement>
</dependencyManagement>
...
...
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