class-winter-maven-plugin-pom.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. <modelVersion>4.0.0</modelVersion>
  6. <groupId>com.idea-aedi</groupId>
  7. <artifactId>class-winter-core</artifactId>
  8. <version>enhance-2.9.4</version>
  9. <dependencies>
  10. <dependency>
  11. <groupId>com.idea-aedi</groupId>
  12. <artifactId>class-winter-core</artifactId>
  13. <version>${project.version}</version>
  14. </dependency>
  15. <dependency>
  16. <groupId>org.apache.maven</groupId>
  17. <artifactId>maven-plugin-api</artifactId>
  18. <version>3.8.1</version>
  19. </dependency>
  20. <dependency>
  21. <groupId>org.apache.maven.plugin-tools</groupId>
  22. <artifactId>maven-plugin-annotations</artifactId>
  23. <version>3.6.1</version>
  24. <scope>provided</scope>
  25. </dependency>
  26. <dependency>
  27. <groupId>org.apache.maven</groupId>
  28. <artifactId>maven-project</artifactId>
  29. <version>2.2.1</version>
  30. </dependency>
  31. </dependencies>
  32. </project>