pom.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <groupId>com.project</groupId>
  7. <artifactId>project-service</artifactId>
  8. <version>3.8.3</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>project-zcustom</artifactId>
  12. <description>
  13. 自定义业务模块
  14. </description>
  15. <dependencies>
  16. <!-- 通用工具-->
  17. <dependency>
  18. <groupId>com.project</groupId>
  19. <artifactId>project-common</artifactId>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.belerweb</groupId>
  23. <artifactId>pinyin4j</artifactId>
  24. </dependency>
  25. <!-- 防止进入swagger页面报类型转换错误,排除3.0.0中的引用,手动增加1.6.2版本 -->
  26. <!-- <dependency>
  27. <groupId>io.swagger</groupId>
  28. <artifactId>swagger-models</artifactId>
  29. <version>1.6.2</version>
  30. </dependency>-->
  31. <dependency>
  32. <groupId>com.project</groupId>
  33. <artifactId>project-system</artifactId>
  34. </dependency>
  35. <dependency>
  36. <groupId>org.bouncycastle</groupId>
  37. <artifactId>bcprov-jdk15on</artifactId>
  38. </dependency>
  39. <dependency>
  40. <groupId>org.apache.httpcomponents</groupId>
  41. <artifactId>fluent-hc</artifactId>
  42. </dependency>
  43. </dependencies>
  44. </project>