pom.xml 1.0 KB

12345678910111213141516171819202122232425262728293031
  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>slope-manage-service</artifactId>
  7. <groupId>com.sckw</groupId>
  8. <version>1.0.0</version>
  9. </parent>
  10. <dependencies>
  11. <dependency>
  12. <groupId>com.sckw</groupId>
  13. <artifactId>slope-common-core</artifactId>
  14. <version>1.0.0</version>
  15. </dependency>
  16. </dependencies>
  17. <modelVersion>4.0.0</modelVersion>
  18. <artifactId>slope-modules-api</artifactId>
  19. <packaging>pom</packaging>
  20. <!-- <modules>-->
  21. <!-- <module>slope-modules-bom</module>-->
  22. <!-- <module>slope-crossService-api</module>-->
  23. <!-- </modules>-->
  24. <properties>
  25. <maven.compiler.source>17</maven.compiler.source>
  26. <maven.compiler.target>17</maven.compiler.target>
  27. </properties>
  28. </project>