智能库房综合管理系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.5 KiB

3 years ago
  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>yxk_StoreroomSystem</artifactId>
  7. <groupId>com.storeroom</groupId>
  8. <version>1.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>common</artifactId>
  12. <name>公共模块</name>
  13. <properties>
  14. <hutool.version>5.8.0</hutool.version>
  15. </properties>
  16. <dependencies>
  17. <dependency>
  18. <groupId>cn.hutool</groupId>
  19. <artifactId>hutool-all</artifactId>
  20. <version>${hutool.version}</version>
  21. </dependency>
  22. <dependency>
  23. <groupId>org.hibernate.validator</groupId>
  24. <artifactId>hibernate-validator</artifactId>
  25. <version>7.0.4.Final</version>
  26. </dependency>
  27. <dependency>
  28. <groupId>org.apache.httpcomponents</groupId>
  29. <artifactId>httpcore</artifactId>
  30. <version>4.4.15</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>org.apache.httpcomponents</groupId>
  34. <artifactId>httpclient</artifactId>
  35. </dependency>
  36. <dependency>
  37. <groupId>com.belerweb</groupId>
  38. <artifactId>pinyin4j</artifactId>
  39. <version>2.5.0</version>
  40. </dependency>
  41. </dependencies>
  42. </project>