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

6 years ago
6 years ago
6 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142
  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>utils</artifactId>
  7. <version>1.1.4.RELEASE</version>
  8. </parent>
  9. <artifactId>utils-web-server</artifactId>
  10. <dependencies>
  11. <dependency>
  12. <groupId>org.eclipse.jetty</groupId>
  13. <artifactId>jetty-server</artifactId>
  14. </dependency>
  15. <dependency>
  16. <groupId>org.eclipse.jetty</groupId>
  17. <artifactId>jetty-servlet</artifactId>
  18. </dependency>
  19. </dependencies>
  20. <build>
  21. <plugins>
  22. <plugin>
  23. <groupId>org.apache.maven.plugins</groupId>
  24. <artifactId>maven-deploy-plugin</artifactId>
  25. <version>2.8.2</version>
  26. <configuration>
  27. <skip>true</skip>
  28. </configuration>
  29. </plugin>
  30. <plugin>
  31. <groupId>org.sonatype.plugins</groupId>
  32. <artifactId>nexus-staging-maven-plugin</artifactId>
  33. <configuration>
  34. <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
  35. </configuration>
  36. </plugin>
  37. </plugins>
  38. </build>
  39. </project>

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