.flattened-pom.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  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>com.aivfo</groupId>
  7. <artifactId>aivfo-gateway</artifactId>
  8. <version>2.2.2.0-SNAPSHOT</version>
  9. </parent>
  10. <groupId>com.aivfo</groupId>
  11. <artifactId>aivfo-gateway-entity</artifactId>
  12. <version>2.2.2.0-SNAPSHOT</version>
  13. <dependencies>
  14. <dependency>
  15. <groupId>io.swagger</groupId>
  16. <artifactId>swagger-annotations</artifactId>
  17. </dependency>
  18. <dependency>
  19. <groupId>jakarta.validation</groupId>
  20. <artifactId>jakarta.validation-api</artifactId>
  21. </dependency>
  22. <dependency>
  23. <groupId>org.hibernate.validator</groupId>
  24. <artifactId>hibernate-validator</artifactId>
  25. </dependency>
  26. <dependency>
  27. <groupId>com.aivfo</groupId>
  28. <artifactId>aivfo-mybatis-plus-spring-boot-starter</artifactId>
  29. <exclusions>
  30. <exclusion>
  31. <groupId>org.springframework.boot</groupId>
  32. <artifactId>spring-boot-starter-web</artifactId>
  33. </exclusion>
  34. </exclusions>
  35. </dependency>
  36. </dependencies>
  37. </project>