| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| ~ Licensed to the Apache Software Foundation (ASF) under one or more |
| ~ contributor license agreements. See the NOTICE file distributed with |
| ~ this work for additional information regarding copyright ownership. |
| ~ The ASF licenses this file to You under the Apache License, Version 2.0 |
| ~ (the "License"); you may not use this file except in compliance with |
| ~ the License. You may obtain a copy of the License at |
| ~ |
| ~ http://www.apache.org/licenses/LICENSE-2.0 |
| ~ |
| ~ Unless required by applicable law or agreed to in writing, software |
| ~ distributed under the License is distributed on an "AS IS" BASIS, |
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| ~ See the License for the specific language governing permissions and |
| ~ limitations under the License. |
| --> |
| |
| <project xmlns="http://maven.apache.org/POM/4.0.0" |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| <parent> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul</artifactId> |
| <version>2.3.0-SNAPSHOT</version> |
| </parent> |
| <modelVersion>4.0.0</modelVersion> |
| <artifactId>soul-bootstrap</artifactId> |
| |
| <properties> |
| <curator.version>4.0.1</curator.version> |
| </properties> |
| |
| <dependencies> |
| <dependency> |
| <groupId>org.springframework.boot</groupId> |
| <artifactId>spring-boot-starter-webflux</artifactId> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.springframework.boot</groupId> |
| <artifactId>spring-boot-starter-actuator</artifactId> |
| </dependency> |
| |
| <!--soul gateway start--> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-gateway</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| |
| <!--if you use http proxy start this--> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-plugin-divide</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| |
| <!-- soul httpclient plugin start--> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-plugin-httpclient</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <!-- soul httpclient plugin end--> |
| |
| <!-- soul global plugin start--> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-plugin-global</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <!-- soul global plugin end--> |
| |
| <!-- soul ratelimiter plugin start--> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-plugin-ratelimiter</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <!-- soul ratelimiter plugin end--> |
| |
| <!-- soul hystrix plugin start--> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-plugin-hystrix</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <!-- soul hystrix plugin end--> |
| |
| <!-- soul waf plugin starter--> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-plugin-waf</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <!-- soul waf plugin end--> |
| |
| <!-- soul monitor plugin starter--> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-plugin-monitor</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <!-- soul monitor plugin end--> |
| |
| <!-- soul sign plugin start--> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-plugin-sign</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <!-- soul sign plugin end--> |
| |
| <!-- soul resilience4j plugin start--> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-plugin-resilience4j</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <!-- soul resilience4j plugin end--> |
| |
| <!-- soul sentinel plugin start--> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-plugin-sentinel</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <!-- soul sentinel plugin end--> |
| |
| <!-- soul context-path plugin start--> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-plugin-context-path</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <!-- soul context-path plugin end--> |
| |
| <!-- soul redirect plugin start--> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-plugin-redirect</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <!-- soul redirect plugin end--> |
| |
| <!-- soul redirect plugin start--> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-plugin-rewrite</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <!-- soul redirect plugin end--> |
| |
| <!--soul tars plugin end--> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-plugin-tars</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>com.tencent.tars</groupId> |
| <artifactId>tars-client</artifactId> |
| <version>1.7.2</version> |
| </dependency> |
| <!--soul tars plugin end--> |
| |
| <!--soul grpc plugin start--> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-plugin-grpc</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <!--soul grpc plugin end--> |
| |
| <!--soul sofa plugin start--> |
| <dependency> |
| <groupId>com.alipay.sofa</groupId> |
| <artifactId>sofa-rpc-all</artifactId> |
| <version>5.7.6</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.curator</groupId> |
| <artifactId>curator-client</artifactId> |
| <version>4.0.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.curator</groupId> |
| <artifactId>curator-framework</artifactId> |
| <version>4.0.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.curator</groupId> |
| <artifactId>curator-recipes</artifactId> |
| <version>4.0.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-plugin-sofa</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <!--soul sofa plugin end--> |
| |
| <!--soul springCloud plugin start--> |
| <!-- <dependency>--> |
| <!-- <groupId>org.dromara</groupId>--> |
| <!-- <artifactId>soul-spring-boot-starter-plugin-springcloud</artifactId>--> |
| <!-- <version>${project.version}</version>--> |
| <!-- </dependency>--> |
| |
| <!-- <dependency>--> |
| <!-- <groupId>org.springframework.cloud</groupId>--> |
| <!-- <artifactId>spring-cloud-commons</artifactId>--> |
| <!-- <version>2.2.0.RELEASE</version>--> |
| <!-- </dependency>--> |
| <!-- <dependency>--> |
| <!-- <groupId>org.springframework.cloud</groupId>--> |
| <!-- <artifactId>spring-cloud-starter-netflix-ribbon</artifactId>--> |
| <!-- <version>2.2.0.RELEASE</version>--> |
| <!-- </dependency>--> |
| |
| <!-- springCloud if you config register center is nacos please dependency this--> |
| <!-- <dependency>--> |
| <!-- <groupId>com.alibaba.cloud</groupId>--> |
| <!-- <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>--> |
| <!-- <version>2.1.0.RELEASE</version>--> |
| <!-- </dependency>--> |
| |
| <!-- springCloud if you config register center is eureka please dependency end--> |
| <!-- <dependency>--> |
| <!-- <groupId>org.springframework.cloud</groupId>--> |
| <!-- <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>--> |
| <!-- <version>2.2.0.RELEASE</version>--> |
| <!-- </dependency>--> |
| <!--soul springCloud plugin start end--> |
| <!--soul apache dubbo plugin start--> |
| <!-- <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-plugin-apache-dubbo</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.dubbo</groupId> |
| <artifactId>dubbo</artifactId> |
| <version>2.7.5</version> |
| </dependency>--> |
| <!-- Dubbo Nacos registry dependency --> |
| <!-- <dependency> |
| <groupId>org.apache.dubbo</groupId> |
| <artifactId>dubbo-registry-nacos</artifactId> |
| <version>2.7.5</version> |
| </dependency> |
| <dependency> |
| <groupId>com.alibaba.nacos</groupId> |
| <artifactId>nacos-client</artifactId> |
| <version>1.1.4</version> |
| </dependency>--> |
| <!-- Dubbo zookeeper registry dependency start --> |
| <!-- <dependency> |
| <groupId>org.apache.curator</groupId> |
| <artifactId>curator-client</artifactId> |
| <version>4.0.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.curator</groupId> |
| <artifactId>curator-framework</artifactId> |
| <version>4.0.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.curator</groupId> |
| <artifactId>curator-recipes</artifactId> |
| <version>4.0.1</version> |
| </dependency>--> |
| <!-- Dubbo zookeeper registry dependency end --> |
| <!-- soul apache dubbo plugin end--> |
| |
| <!--soul alibaba dubbo plugin start--> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-plugin-alibaba-dubbo</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.alibaba</groupId> |
| <artifactId>dubbo</artifactId> |
| <version>${alibaba.dubbo.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.curator</groupId> |
| <artifactId>curator-client</artifactId> |
| <version>${curator.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.curator</groupId> |
| <artifactId>curator-framework</artifactId> |
| <version>${curator.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.curator</groupId> |
| <artifactId>curator-recipes</artifactId> |
| <version>${curator.version}</version> |
| </dependency> |
| <!-- soul alibaba dubbo plugin end--> |
| |
| <!--soul data sync start use zookeeper--> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-sync-data-zookeeper</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| |
| <!--soul data sync start use websocket--> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-sync-data-websocket</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| |
| <!--soul data sync start use http--> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-spring-boot-starter-sync-data-http</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| |
| </dependencies> |
| |
| <build> |
| <finalName>soul-bootstrap</finalName> |
| <plugins> |
| <plugin> |
| <groupId>org.springframework.boot</groupId> |
| <artifactId>spring-boot-maven-plugin</artifactId> |
| <configuration> |
| <mainClass>org.dromara.soul.bootstrap.SoulBootstrapApplication</mainClass> |
| <executable>true</executable> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-surefire-plugin</artifactId> |
| <configuration> |
| <skip>true</skip> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| </project> |