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

31 lines
927 B

  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. <parent>
  7. <artifactId>yxkLibraryIntegratedManage</artifactId>
  8. <groupId>com.yxkLibraryIntegratedManage</groupId>
  9. <version>1.0</version>
  10. </parent>
  11. <groupId>com.yxkLibraryIntegratedManage</groupId>
  12. <artifactId>logging</artifactId>
  13. <name>日志模块</name>
  14. <version>1.0</version>
  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. <scope>compile</scope>
  25. </dependency>
  26. </dependencies>
  27. </project>