You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

44 lines
1.6 KiB

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
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">
<parent>
<artifactId>blockchain</artifactId>
<groupId>com.blockchain</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>blockchain-server</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<modules>
<module>blockchain-server-base</module>
<module>blockchain-server-cct</module>
<module>blockchain-server-otc</module>
<module>blockchain-server-databot</module>
<module>blockchain-server-btc</module>
<module>blockchain-server-eth</module>
<module>blockchain-server-eos</module>
<module>blockchain-server-currency</module>
<module>blockchain-server-sysconf</module>
<module>blockchain-server-imJg</module>
<module>blockchain-server-user</module>
<module>blockchain-server-yyyf</module>
</modules>
<dependencies>
<dependency>
<groupId>com.blockchain</groupId>
<artifactId>blockchain-common-base</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.blockchain</groupId>
<artifactId>blockchain-common-pom</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>