pom.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. <parent>
  6. <groupId>com.cl.travel</groupId>
  7. <artifactId>travel</artifactId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. </parent>
  10. <groupId>com.lc</groupId>
  11. <artifactId>web</artifactId>
  12. <version>0.0.1-SNAPSHOT</version>
  13. <name>web</name>
  14. <description>web</description>
  15. <dependencies>
  16. <dependency>
  17. <groupId>com.cl.mbg</groupId>
  18. <artifactId>mbg</artifactId>
  19. <version>0.0.1-SNAPSHOT</version>
  20. <scope>compile</scope>
  21. </dependency>
  22. <dependency>
  23. <groupId>com.lc</groupId>
  24. <artifactId>service</artifactId>
  25. <version>0.0.1-SNAPSHOT</version>
  26. </dependency>
  27. <dependency>
  28. <groupId>com.lc</groupId>
  29. <artifactId>xxl-job-core</artifactId>
  30. <version>0.0.1-SNAPSHOT</version>
  31. </dependency>
  32. </dependencies>
  33. <build>
  34. <plugins>
  35. <plugin>
  36. <groupId>org.springframework.boot</groupId>
  37. <artifactId>spring-boot-maven-plugin</artifactId>
  38. </plugin>
  39. </plugins>
  40. </build>
  41. </project>