No Description

pom.xml 1.1KB

123456789101112131415161718192021222324252627282930313233343536
  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>smart-steward</artifactId>
  7. <groupId>com.smartSteward</groupId>
  8. <version>3.9.0</version>
  9. </parent>
  10. <dependencies>
  11. <dependency>
  12. <groupId>com.smartSteward</groupId>
  13. <artifactId>smart-steward-common</artifactId>
  14. </dependency>
  15. <dependency>
  16. <groupId>org.projectlombok</groupId>
  17. <artifactId>lombok</artifactId>
  18. </dependency>
  19. <dependency>
  20. <groupId>io.swagger</groupId>
  21. <artifactId>swagger-annotations</artifactId>
  22. <version>1.6.2</version>
  23. <scope>compile</scope>
  24. </dependency>
  25. </dependencies>
  26. <modelVersion>4.0.0</modelVersion>
  27. <artifactId>smart-steward-entity</artifactId>
  28. <description>
  29. system系统模块
  30. </description>
  31. </project>