pom.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>com.zkqy</groupId>
  8. <artifactId>zkqy</artifactId>
  9. <version>3.8.5</version>
  10. </parent>
  11. <artifactId>zkqy-fujian-amichi</artifactId>
  12. <properties>
  13. <maven.compiler.source>8</maven.compiler.source>
  14. <maven.compiler.target>8</maven.compiler.target>
  15. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  16. </properties>
  17. <dependencies>
  18. <dependency>
  19. <groupId>com.zkqy</groupId>
  20. <artifactId>zkqy-framework</artifactId>
  21. </dependency>
  22. <dependency>
  23. <groupId>com.google.zxing</groupId>
  24. <artifactId>core</artifactId>
  25. <version>3.4.1</version>
  26. </dependency>
  27. <dependency>
  28. <groupId>com.google.zxing</groupId>
  29. <artifactId>javase</artifactId>
  30. <version>3.4.1</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>com.kingdee.bos</groupId>
  34. <artifactId>webapi</artifactId>
  35. <version>8.0.6</version>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.zkqy</groupId>
  39. <artifactId>zkqy-process-execution</artifactId>
  40. <version>3.8.5</version>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.springframework.boot</groupId>
  44. <artifactId>spring-boot-starter-test</artifactId>
  45. <scope>test</scope>
  46. </dependency>
  47. <dependency>
  48. <groupId>io.swagger</groupId>
  49. <artifactId>swagger-annotations</artifactId>
  50. <version>1.6.2</version>
  51. <scope>compile</scope>
  52. </dependency>
  53. <dependency>
  54. <groupId>com.zkqy</groupId>
  55. <artifactId>zkqy-custom-business</artifactId>
  56. <version>3.8.5</version>
  57. <scope>test</scope>
  58. </dependency>
  59. </dependencies>
  60. </project>