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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. <groupId>com.jd.blockchain</groupId>
  12. <artifactId>jdchain-core</artifactId>
  13. <version>1.2.0-SNAPSHOT</version>
  14. <packaging>pom</packaging>
  15. <properties>
  16. <bftsmart.version>0.4.0.RELEASE</bftsmart.version>
  17. <framework.version>1.2.0-SNAPSHOT</framework.version>
  18. <explorer.version>1.1.2.RELEASE</explorer.version>
  19. </properties>
  20. <modules>
  21. <module>../libs/bft-smart</module>
  22. <module>../framework</module>
  23. <module>../explorer</module>
  24. <module>consensus</module>
  25. <module>contract</module>
  26. <module>crypto</module>
  27. <module>ledger</module>
  28. <module>runtime</module>
  29. <module>storage</module>
  30. <module>gateway</module>
  31. <module>peer</module>
  32. <module>manager</module>
  33. <module>tools</module>
  34. </modules>
  35. <licenses>
  36. <license>
  37. <name>The Apache Software License, Version 2.0</name>
  38. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  39. <distribution>repo</distribution>
  40. </license>
  41. </licenses>
  42. <scm>
  43. <url>https://github.com/blockchain-jd-com/jdchain-framework.git</url>
  44. <connection>https://github.com/blockchain-jd-com/jdchain-framework.git</connection>
  45. <developerConnection>https://github.com/blockchain-jd-com/jdchain-framework.git</developerConnection>
  46. </scm>
  47. <developers>
  48. <developer>
  49. <name>jdchain</name>
  50. <email>git-jdchain@jd.com</email>
  51. <url>https://github.com/blockchain-jd-com/jdchain-framework.git</url>
  52. </developer>
  53. </developers>
  54. <profiles>
  55. <profile>
  56. <id>disable-javadoc-doclint</id>
  57. <activation>
  58. <jdk>[1.8,)</jdk>
  59. </activation>
  60. <properties>
  61. <javadoc.opts>-Xdoclint:none</javadoc.opts>
  62. </properties>
  63. </profile>
  64. </profiles>
  65. </project>

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