pom.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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-controller</artifactId>
  12. <name>${project.artifactId}</name>
  13. <description>仓储管理模块Controller层</description>
  14. <dependencies>
  15. <dependency>
  16. <groupId>com.google.protobuf</groupId>
  17. <artifactId>protobuf-java</artifactId>
  18. <version>RELEASE</version>
  19. <scope>compile</scope>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.github.zuihou</groupId>
  23. <artifactId>imcs-wms-biz</artifactId>
  24. <version>${imcs-project.version}</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>io.swagger</groupId>
  28. <artifactId>swagger-annotations</artifactId>
  29. </dependency>
  30. <dependency>
  31. <groupId>com.github.zuihou</groupId>
  32. <artifactId>zuihou-core</artifactId>
  33. </dependency>
  34. <dependency>
  35. <groupId>com.github.zuihou</groupId>
  36. <artifactId>imcs-wms-entity</artifactId>
  37. <version>b.2.5-SNAPSHOT</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>com.github.zuihou</groupId>
  41. <artifactId>zuihou-boot</artifactId>
  42. </dependency>
  43. <dependency>
  44. <groupId>com.github.zuihou</groupId>
  45. <artifactId>zuihou-databases</artifactId>
  46. </dependency>
  47. </dependencies>
  48. </project>