| @@ -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> | ||||
| @@ -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,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> | ||||