pom.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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-entity</artifactId>
  12. <description>仓储管理模块entity层</description>
  13. <dependencies>
  14. <dependency>
  15. <groupId>io.swagger</groupId>
  16. <artifactId>swagger-annotations</artifactId>
  17. </dependency>
  18. <dependency>
  19. <groupId>com.baomidou</groupId>
  20. <artifactId>mybatis-plus-annotation</artifactId>
  21. </dependency>
  22. <dependency>
  23. <groupId>com.github.zuihou</groupId>
  24. <artifactId>zuihou-core</artifactId>
  25. </dependency>
  26. <dependency>
  27. <groupId>cn.afterturn</groupId>
  28. <artifactId>easypoi-annotation</artifactId>
  29. </dependency>
  30. <dependency>
  31. <groupId>com.github.zuihou</groupId>
  32. <artifactId>zuihou-injection-starter</artifactId>
  33. </dependency>
  34. <dependency>
  35. <groupId>com.github.zuihou</groupId>
  36. <artifactId>imcs-common</artifactId>
  37. <version>b.2.5-SNAPSHOT</version>
  38. <scope>compile</scope>
  39. </dependency>
  40. </dependencies>
  41. </project>