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 1.8 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.jd.blockchain</groupId>
  7. <artifactId>jdchain-parent</artifactId>
  8. <version>1.1.1.RELEASE</version>
  9. <relativePath>../project/parent</relativePath>
  10. </parent>
  11. <artifactId>jdchain-framework</artifactId>
  12. <version>1.2.0-SNAPSHOT</version>
  13. <packaging>pom</packaging>
  14. <description>Root project of jdchain framewrok.</description>
  15. <modules>
  16. <module>utils</module>
  17. <module>base</module>
  18. <module>binary-proto</module>
  19. <module>crypto</module>
  20. <module>ledger-model</module>
  21. <module>contract-framework</module>
  22. <module>consensus-framework</module>
  23. <module>storage</module>
  24. <module>sdk</module>
  25. </modules>
  26. <licenses>
  27. <license>
  28. <name>The Apache Software License, Version 2.0</name>
  29. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  30. <distribution>repo</distribution>
  31. </license>
  32. </licenses>
  33. <scm>
  34. <url>https://github.com/blockchain-jd-com/jdchain-framework.git</url>
  35. <connection>https://github.com/blockchain-jd-com/jdchain-framework.git</connection>
  36. <developerConnection>https://github.com/blockchain-jd-com/jdchain-framework.git</developerConnection>
  37. </scm>
  38. <developers>
  39. <developer>
  40. <name>jdchain</name>
  41. <email>git-jdchain@jd.com</email>
  42. <url>https://github.com/blockchain-jd-com/jdchain-framework.git</url>
  43. </developer>
  44. </developers>
  45. <profiles>
  46. <profile>
  47. <id>disable-javadoc-doclint</id>
  48. <activation>
  49. <jdk>[1.8,)</jdk>
  50. </activation>
  51. <properties>
  52. <javadoc.opts>-Xdoclint:none</javadoc.opts>
  53. </properties>
  54. </profile>
  55. </profiles>
  56. </project>

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