pom.xml 763 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <artifactId>dao</artifactId>
  6. <name>dao</name>
  7. <description>dao</description>
  8. <dependencies>
  9. <dependency>
  10. <groupId>com.github.xiaoymin</groupId>
  11. <artifactId>knife4j-openapi3-spring-boot-starter</artifactId>
  12. </dependency>
  13. </dependencies>
  14. <parent>
  15. <artifactId>eas-system</artifactId>
  16. <groupId>com.koobietech.eas</groupId>
  17. <version>0.0.1-SNAPSHOT</version>
  18. </parent>
  19. </project>