This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
jdchain
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
add storage-service;
tags/1.2.0^2
zhaoguangwei
4 years ago
parent
e8da5bdd55
commit
e63673e2d9
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
deploy/deploy-peer/pom.xml
+ 6
- 0
deploy/deploy-peer/pom.xml
View File
@@ -62,6 +62,12 @@
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>storage-service</artifactId>
<version>${core.version}</version>
</dependency>
<!-- <dependency> <groupId>com.jd.blockchain</groupId> <artifactId>gateway</artifactId>
<version>${project.version}</version> </dependency> -->
Write
Preview
Loading…
Cancel
Save