pom.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. <artifactId>imcs-admin-boot</artifactId>
  7. <groupId>com.github.zuihou</groupId>
  8. <version>b.2.5-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>imcs-wms-biz</artifactId>
  12. <description>仓储管理模块业务层</description>
  13. <dependencies>
  14. <dependency>
  15. <groupId>com.github.zuihou</groupId>
  16. <artifactId>imcs-wms-entity</artifactId>
  17. <version>b.2.5-SNAPSHOT</version>
  18. <scope>compile</scope>
  19. </dependency>
  20. <dependency>
  21. <groupId>com.github.zuihou</groupId>
  22. <artifactId>zuihou-boot</artifactId>
  23. </dependency>
  24. <dependency>
  25. <groupId>com.github.zuihou</groupId>
  26. <artifactId>zuihou-databases</artifactId>
  27. </dependency>
  28. <dependency>
  29. <groupId>com.github.zuihou</groupId>
  30. <artifactId>imcs-common</artifactId>
  31. <version>b.2.5-SNAPSHOT</version>
  32. <scope>compile</scope>
  33. </dependency>
  34. <dependency>
  35. <groupId>com.github.zuihou</groupId>
  36. <artifactId>zuihou-injection-starter</artifactId>
  37. </dependency>
  38. <dependency>
  39. <groupId>com.sun.xml.bind</groupId>
  40. <artifactId>jaxb-impl</artifactId>
  41. <version>RELEASE</version>
  42. <scope>compile</scope>
  43. </dependency>
  44. <dependency>
  45. <groupId>com.github.zuihou</groupId>
  46. <artifactId>imcs-authority-biz</artifactId>
  47. <version>b.2.5-SNAPSHOT</version>
  48. <scope>compile</scope>
  49. </dependency>
  50. <dependency>
  51. <groupId>com.github.zuihou</groupId>
  52. <artifactId>imcs-tenant-biz</artifactId>
  53. <version>b.2.5-SNAPSHOT</version>
  54. <scope>compile</scope>
  55. </dependency>
  56. </dependencies>
  57. </project>