Browse Source

还原ump编译

tags/1.1.0
shaozhuguang 5 years ago
parent
commit
1b29571311
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> <artifactId>runtime-modular-booter</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<!--<dependency>
<dependency>
<groupId>com.jd.blockchain</groupId> <groupId>com.jd.blockchain</groupId>
<artifactId>ump-booter</artifactId> <artifactId>ump-booter</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency>-->
</dependency>
<dependency> <dependency>
<groupId>com.jd.blockchain</groupId> <groupId>com.jd.blockchain</groupId>
<artifactId>storage-composite</artifactId> <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:runtime-modular-booter</exclude>
<exclude>com.jd.blockchain:peer</exclude> <exclude>com.jd.blockchain:peer</exclude>
<exclude>com.jd.blockchain:deployment-peer</exclude> <exclude>com.jd.blockchain:deployment-peer</exclude>
<!--<exclude>com.jd.blockchain:ump-booter</exclude>-->
<exclude>com.jd.blockchain:ump-booter</exclude>
</excludes> </excludes>
</dependencySet> </dependencySet>


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


</dependencySets> </dependencySets>




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

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


Loading…
Cancel
Save