pom.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. <parent>
  7. <groupId>com.fjhx</groupId>
  8. <artifactId>bytesailing</artifactId>
  9. <version>1.0</version>
  10. </parent>
  11. <artifactId>hx-victoriatourist</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.fjhx</groupId>
  15. <artifactId>hx-base</artifactId>
  16. </dependency>
  17. <dependency>
  18. <groupId>com.fjhx</groupId>
  19. <artifactId>hx-common</artifactId>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.ruoyi</groupId>
  23. <artifactId>hx-kd100</artifactId>
  24. <version>3.8.5</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>com.fjhx</groupId>
  28. <artifactId>hx-purchase</artifactId>
  29. </dependency>
  30. <dependency>
  31. <groupId>com.fjhx</groupId>
  32. <artifactId>hx-customer</artifactId>
  33. </dependency>
  34. </dependencies>
  35. </project>