Browse Source

屏蔽ump编译

tags/1.1.0
shaozhuguang 5 years ago
parent
commit
4dbeec22bb
3 changed files with 7 additions and 7 deletions
  1. +2
    -2
      source/deployment/deployment-peer/pom.xml
  2. +3
    -3
      source/deployment/deployment-peer/src/main/resources/assembly.xml
  3. +2
    -2
      source/manager/pom.xml

+ 2
- 2
source/deployment/deployment-peer/pom.xml View File

@@ -25,11 +25,11 @@
<artifactId>runtime-modular-booter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<!--<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>ump-booter</artifactId>
<version>${project.version}</version>
</dependency>
</dependency>-->
<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>storage-composite</artifactId>


+ 3
- 3
source/deployment/deployment-peer/src/main/resources/assembly.xml View File

@@ -53,18 +53,18 @@
<exclude>com.jd.blockchain:runtime-modular-booter</exclude>
<exclude>com.jd.blockchain:peer</exclude>
<exclude>com.jd.blockchain:deployment-peer</exclude>
<exclude>com.jd.blockchain:ump-booter</exclude>
<!--<exclude>com.jd.blockchain:ump-booter</exclude>-->
</excludes>
</dependencySet>

<dependencySet>
<!--<dependencySet>
<unpack>false</unpack>
<useProjectArtifact>true</useProjectArtifact>
<outputDirectory>ext</outputDirectory>
<includes>
<include>com.jd.blockchain:ump-booter</include>
</includes>
</dependencySet>
</dependencySet>-->

</dependencySets>



+ 2
- 2
source/manager/pom.xml View File

@@ -2,12 +2,12 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<modules>
<!--<modules>
<module>ump-booter</module>
<module>ump-web</module>
<module>ump-service</module>
<module>ump-model</module>
</modules>
</modules>-->
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>jdchain-root</artifactId>


Loading…
Cancel
Save