spring-router-service
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.sermant</groupId> <artifactId>spring-router-service</artifactId> <version>2.3.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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/maven-v4_0_0.xsd"> <parent> <artifactId>sermant-router</artifactId> <groupId>io.sermant</groupId> <version>2.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>spring-router-service</artifactId> <name>spring-router-service</name> <build> <plugins> <plugin> <artifactId>maven-shade-plugin</artifactId> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>8</source> <target>8</target> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>io.sermant</groupId> <artifactId>sermant-agentcore-core</artifactId> <version>2.3.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>io.sermant</groupId> <artifactId>spring-router-plugin</artifactId> <version>2.3.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>io.sermant</groupId> <artifactId>router-common</artifactId> <version>2.3.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>org.hamcrest</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>3.9.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>byte-buddy-agent</artifactId> <groupId>net.bytebuddy</groupId> </exclusion> <exclusion> <artifactId>objenesis</artifactId> <groupId>org.objenesis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-inline</artifactId> <version>3.9.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-commons</artifactId> <version>2.2.5.RELEASE</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>spring-security-crypto</artifactId> <groupId>org.springframework.security</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-zookeeper-discovery</artifactId> <version>2.2.5.RELEASE</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>spring-cloud-zookeeper-core</artifactId> <groupId>org.springframework.cloud</groupId> </exclusion> <exclusion> <artifactId>commons-configuration</artifactId> <groupId>commons-configuration</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-x-discovery</artifactId> <version>4.0.1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>curator-recipes</artifactId> <groupId>org.apache.curator</groupId> </exclusion> <exclusion> <artifactId>jackson-mapper-asl</artifactId> <groupId>org.codehaus.jackson</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.netflix.ribbon</groupId> <artifactId>ribbon-loadbalancer</artifactId> <version>2.2.5</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>ribbon-core</artifactId> <groupId>com.netflix.ribbon</groupId> </exclusion> <exclusion> <artifactId>netflix-statistics</artifactId> <groupId>com.netflix.netflix-commons</groupId> </exclusion> <exclusion> <artifactId>rxjava</artifactId> <groupId>io.reactivex</groupId> </exclusion> <exclusion> <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId> </exclusion> <exclusion> <artifactId>servo-core</artifactId> <groupId>com.netflix.servo</groupId> </exclusion> <exclusion> <artifactId>guava</artifactId> <groupId>com.google.guava</groupId> </exclusion> <exclusion> <artifactId>archaius-core</artifactId> <groupId>com.netflix.archaius</groupId> </exclusion> <exclusion> <artifactId>netflix-commons-util</artifactId> <groupId>com.netflix.netflix-commons</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId> <version>2.2.5.RELEASE</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>spring-beans</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-context</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-cloud-starter</artifactId> <groupId>org.springframework.cloud</groupId> </exclusion> <exclusion> <artifactId>spring-cloud-netflix-hystrix</artifactId> <groupId>org.springframework.cloud</groupId> </exclusion> <exclusion> <artifactId>spring-cloud-netflix-eureka-client</artifactId> <groupId>org.springframework.cloud</groupId> </exclusion> <exclusion> <artifactId>eureka-client</artifactId> <groupId>com.netflix.eureka</groupId> </exclusion> <exclusion> <artifactId>eureka-core</artifactId> <groupId>com.netflix.eureka</groupId> </exclusion> <exclusion> <artifactId>spring-cloud-starter-netflix-archaius</artifactId> <groupId>org.springframework.cloud</groupId> </exclusion> <exclusion> <artifactId>spring-cloud-starter-netflix-ribbon</artifactId> <groupId>org.springframework.cloud</groupId> </exclusion> <exclusion> <artifactId>spring-cloud-starter-loadbalancer</artifactId> <groupId>org.springframework.cloud</groupId> </exclusion> <exclusion> <artifactId>ribbon-eureka</artifactId> <groupId>com.netflix.ribbon</groupId> </exclusion> <exclusion> <artifactId>xstream</artifactId> <groupId>com.thoughtworks.xstream</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>5.3.20</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>spring-core</artifactId> <groupId>org.springframework</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>5.3.20</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>spring-aop</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-expression</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-core</artifactId> <groupId>org.springframework</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.83</version> <scope>test</scope> </dependency> </dependencies> <properties> <ribbon.version>2.2.5</ribbon.version> <config.skip.flag>false</config.skip.flag> <spring-beans.version>5.3.20</spring-beans.version> <spring.cloud.version>2.2.5.RELEASE</spring.cloud.version> <maven.compiler.target>8</maven.compiler.target> <package.plugin.type>service</package.plugin.type> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <dubbo.version>2.7.23</dubbo.version> <alibaba.dubbo.version>2.6.12</alibaba.dubbo.version> <curator.version>4.0.1</curator.version> <spring-context.version>5.3.20</spring-context.version> <maven.compiler.source>8</maven.compiler.source> </properties> </project>