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.6 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <groupId>com.jd.blockchain</groupId>
  6. <artifactId>jdchain-root</artifactId>
  7. <version>0.8.3.RELEASE</version>
  8. </parent>
  9. <artifactId>utils</artifactId>
  10. <packaging>pom</packaging>
  11. <modules>
  12. <module>utils-serialize</module>
  13. <module>utils-web</module>
  14. <module>utils-web-server</module>
  15. <module>utils-common</module>
  16. <module>utils-http</module>
  17. <module>utils-test</module>
  18. </modules>
  19. <dependencies>
  20. <dependency>
  21. <groupId>junit</groupId>
  22. <artifactId>junit</artifactId>
  23. <scope>test</scope>
  24. </dependency>
  25. <dependency>
  26. <groupId>org.mockito</groupId>
  27. <artifactId>mockito-core</artifactId>
  28. <scope>test</scope>
  29. </dependency>
  30. </dependencies>
  31. <dependencyManagement>
  32. <dependencies>
  33. <dependency>
  34. <groupId>net.i2p.crypto</groupId>
  35. <artifactId>eddsa</artifactId>
  36. <version>0.1.0</version>
  37. </dependency>
  38. </dependencies>
  39. </dependencyManagement>
  40. <!--<build>
  41. <plugins>
  42. <plugin>
  43. <groupId>org.apache.maven.plugins</groupId>
  44. <artifactId>maven-compiler-plugin</artifactId>
  45. <configuration>
  46. <source>1.8</source>
  47. <target>1.8</target>
  48. <encoding>UTF-8</encoding>
  49. &lt;!&ndash; <executable>C:/Java/jdk1.7.0_79/bin/javac</executable> &ndash;&gt;
  50. </configuration>
  51. </plugin>
  52. </plugins>
  53. </build>-->
  54. </project>

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