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

37 lines
1.2 KiB

5 months ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <artifactId>yxkLibraryIntegratedManage</artifactId>
  7. <groupId>com.yxkLibraryIntegratedManage</groupId>
  8. <version>1.0</version>
  9. </parent>
  10. <groupId>com.yxkLibraryIntegratedManage</groupId>
  11. <artifactId>visualInventory</artifactId>
  12. <version>1.0</version>
  13. <name>视觉盘点</name>
  14. <description>visualInventory</description>
  15. <properties>
  16. <maven.compiler.source>17</maven.compiler.source>
  17. <maven.compiler.target>17</maven.compiler.target>
  18. </properties>
  19. <dependencies>
  20. <dependency>
  21. <groupId>com.yxkLibraryIntegratedManage</groupId>
  22. <artifactId>common</artifactId>
  23. <version>1.0</version>
  24. </dependency>
  25. <dependency>
  26. <groupId>com.yxkLibraryIntegratedManage</groupId>
  27. <artifactId>logging</artifactId>
  28. <version>1.0</version>
  29. </dependency>
  30. </dependencies>
  31. </project>