Browse Source

cleaned unused settings;

tags/1.2.1
huanghaiquan 4 years ago
parent
commit
8178798366
1 changed files with 0 additions and 19 deletions
  1. +0
    -19
      deploy/deploy-peer/pom.xml

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

@@ -30,16 +30,6 @@
<artifactId>manager-booter</artifactId>
<version>${core.version}</version>
</dependency>
<!-- <dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>storage-composite</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>storage-service</artifactId>
<version>${project.version}</version>
</dependency> -->
<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>storage-redis</artifactId>
@@ -68,15 +58,6 @@
<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> -->

</dependencies>

<build>


Loading…
Cancel
Save