Browse Source

add the tools-initializer-booter in deploy's pom.xml;

tags/1.2.0^2
zhaoguangwei 5 years ago
parent
commit
e8da5bdd55
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      deploy/deploy-peer/pom.xml

+ 6
- 0
deploy/deploy-peer/pom.xml View File

@@ -56,6 +56,12 @@
<version>${core.version}</version>
</dependency>

<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>tools-initializer-booter</artifactId>
<version>${core.version}</version>
</dependency>

<!-- <dependency> <groupId>com.jd.blockchain</groupId> <artifactId>gateway</artifactId>
<version>${project.version}</version> </dependency> -->



Loading…
Cancel
Save