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

pom.xml 881 B

1234567891011121314151617181920212223242526272829
  1. <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">
  2. <modelVersion>4.0.0</modelVersion>
  3. <parent>
  4. <groupId>com.jd.blockchain</groupId>
  5. <artifactId>jdchain-root</artifactId>
  6. <version>0.8.3.RELEASE</version>
  7. </parent>
  8. <artifactId>storage</artifactId>
  9. <packaging>pom</packaging>
  10. <modules>
  11. <module>storage-service</module>
  12. <module>storage-redis</module>
  13. <module>storage-rocksdb</module>
  14. <module>storage-composite</module>
  15. </modules>
  16. <build>
  17. <plugins>
  18. <plugin>
  19. <groupId>org.apache.maven.plugins</groupId>
  20. <artifactId>maven-deploy-plugin</artifactId>
  21. <version>2.8.2</version>
  22. <configuration>
  23. <skip>true</skip>
  24. </configuration>
  25. </plugin>
  26. </plugins>
  27. </build>
  28. </project>

一个面向企业应用场景的通用区块链框架系统,能够作为企业级基础设施,为业务创新提供高效、灵活和安全的解决方案