removed unnecessary dep to spring boot

This commit is contained in:
Antonis Lempesis 2021-04-02 16:01:25 +00:00
parent b19f53bf80
commit fca5ada4c0
1 changed files with 8 additions and 13 deletions

21
pom.xml
View File

@ -208,8 +208,6 @@
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.session</groupId> <groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-redis</artifactId> <artifactId>spring-session-data-redis</artifactId>
@ -235,15 +233,14 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>com.netflix.hystrix</groupId>
<artifactId>spring-cloud-starter-hystrix</artifactId> <artifactId>hystrix-core</artifactId>
<version>1.1.5.RELEASE</version> <version>1.5.18</version>
<!-- <exclusions>--> </dependency>
<!-- <exclusion>--> <dependency>
<!-- <groupId>org.springframework.boot</groupId>--> <groupId>com.netflix.rxjava</groupId>
<!-- <artifactId>spring-boot-starter-logging</artifactId>--> <artifactId>rxjava-core</artifactId>
<!-- </exclusion>--> <version>0.20.7</version>
<!-- </exclusions>-->
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/javax.xml.ws/jaxws-api --> <!-- https://mvnrepository.com/artifact/javax.xml.ws/jaxws-api -->
@ -298,8 +295,6 @@
<version>2.26.0</version> <version>2.26.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>