Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
shadow-server
Project
Project
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
ubocare
shadow-server
Commits
02285ac3
Commit
02285ac3
authored
Sep 22, 2020
by
003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20200922 影子服务跟设备之间做状态同步
parent
eaafe393
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
pom.xml
pom.xml
+15
-1
No files found.
pom.xml
View file @
02285ac3
...
...
@@ -195,7 +195,11 @@
<artifactId>
spring-tx
</artifactId>
<version>
${org.springframework.version}
</version>
</dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
dubbo
</artifactId>
<version>
${com.alibaba.dubbo.version}
</version>
</dependency>
<dependency>
<groupId>
org.springframework.data
</groupId>
<artifactId>
spring-data-redis
</artifactId>
...
...
@@ -285,11 +289,21 @@
<artifactId>
fastjson
</artifactId>
<version>
${com.alibaba.fastjson.version}
</version>
</dependency>
<dependency>
<groupId>
io.netty
</groupId>
<artifactId>
netty-all
</artifactId>
<version>
4.1.22.Final
</version>
</dependency>
<dependency>
<groupId>
com.dubbo.client
</groupId>
<artifactId>
dubbo-client
</artifactId>
<version>
1.0.8
</version>
</dependency>
<dependency>
<groupId>
com.base.component.iot
</groupId>
<artifactId>
base_component
</artifactId>
<version>
1.0.5
</version>
</dependency>
<dependency>
<groupId>
io.nats
</groupId>
<artifactId>
jnats
</artifactId>
...
...
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