pom.xml 874 B

1234567891011121314151617181920212223
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <groupId>com.zlt</groupId>
  6. <artifactId>search-center</artifactId>
  7. <version>2.7.0</version>
  8. </parent>
  9. <artifactId>search-client</artifactId>
  10. <description>搜索中心客户端</description>
  11. <packaging>jar</packaging>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.zlt</groupId>
  15. <artifactId>zlt-ribbon-spring-boot-starter</artifactId>
  16. </dependency>
  17. <dependency>
  18. <groupId>com.zlt</groupId>
  19. <artifactId>zlt-sentinel-spring-boot-starter</artifactId>
  20. </dependency>
  21. </dependencies>
  22. </project>