图书馆智能管理系统
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.

57 lines
1.8 KiB

  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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <version>1.0</version>
  7. <parent>
  8. <artifactId>yxkLibraryIntegratedManage</artifactId>
  9. <groupId>com.yxkLibraryIntegratedManage</groupId>
  10. <version>1.0</version>
  11. </parent>
  12. <groupId>com.yxkLibraryIntegratedManage</groupId>
  13. <artifactId>common</artifactId>
  14. <name>公共模块</name>
  15. <properties>
  16. <hutool.version>5.8.0</hutool.version>
  17. </properties>
  18. <dependencies>
  19. <dependency>
  20. <groupId>cn.hutool</groupId>
  21. <artifactId>hutool-all</artifactId>
  22. <version>${hutool.version}</version>
  23. </dependency>
  24. <dependency>
  25. <groupId>org.hibernate.validator</groupId>
  26. <artifactId>hibernate-validator</artifactId>
  27. <version>7.0.4.Final</version>
  28. </dependency>
  29. <dependency>
  30. <groupId>org.apache.httpcomponents</groupId>
  31. <artifactId>httpcore</artifactId>
  32. <version>4.4.15</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.apache.httpcomponents</groupId>
  36. <artifactId>httpclient</artifactId>
  37. </dependency>
  38. <dependency>
  39. <groupId>com.belerweb</groupId>
  40. <artifactId>pinyin4j</artifactId>
  41. <version>2.5.0</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>org.modelmapper</groupId>
  45. <artifactId>modelmapper</artifactId>
  46. <version>3.1.1</version>
  47. </dependency>
  48. </dependencies>
  49. </project>