mapstruct-plus-object-convert-1.4.6.pom 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>io.github.linpeilie</groupId>
  7. <artifactId>mapstruct-plus-pom</artifactId>
  8. <version>1.4.6</version>
  9. </parent>
  10. <groupId>io.github.linpeilie</groupId>
  11. <artifactId>mapstruct-plus-object-convert</artifactId>
  12. <version>1.4.6</version>
  13. <licenses>
  14. <license>
  15. <name>The Apache Software License, Version 2.0</name>
  16. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  17. <distribution>repo,manual</distribution>
  18. </license>
  19. </licenses>
  20. <properties>
  21. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  22. <maven.compiler.source>8</maven.compiler.source>
  23. <maven.compiler.target>8</maven.compiler.target>
  24. </properties>
  25. <dependencies>
  26. <dependency>
  27. <groupId>cn.hutool</groupId>
  28. <artifactId>hutool-core</artifactId>
  29. <scope>provided</scope>
  30. <optional>true</optional>
  31. </dependency>
  32. </dependencies>
  33. </project>