pom.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. <groupId>com.ygtx</groupId>
  8. <artifactId>ygtx</artifactId>
  9. <version>3.9.0</version>
  10. </parent>
  11. <artifactId>ygtx-gxt</artifactId>
  12. <name>ygtx-gxt</name>
  13. <description>工效通模块</description>
  14. <dependencies>
  15. <dependency>
  16. <groupId>com.ygtx</groupId>
  17. <artifactId>ygtx-common</artifactId>
  18. </dependency>
  19. <dependency>
  20. <groupId>com.ygtx</groupId>
  21. <artifactId>ygtx-framework</artifactId>
  22. </dependency>
  23. <dependency>
  24. <groupId>io.swagger</groupId>
  25. <artifactId>swagger-models</artifactId>
  26. <version>1.6.2</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>org.projectlombok</groupId>
  30. <artifactId>lombok</artifactId>
  31. <scope>provided</scope>
  32. </dependency>
  33. </dependencies>
  34. </project>