Browse Source

屏蔽ump编译

tags/1.1.0
shaozhuguang 5 years ago
parent
commit
ffd5b71e47
3 changed files with 6 additions and 6 deletions
  1. +2
    -2
      source/deployment/deployment-peer/pom.xml
  2. +2
    -2
      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>


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

@@ -56,14 +56,14 @@
</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