Project

General

Profile

« Previous | Next » 

Revision 60786

removed unnecessary dep to spring boot

View differences:

pom.xml
208 208
                </exclusion>
209 209
            </exclusions>
210 210
        </dependency>
211

  
212

  
213 211
        <dependency>
214 212
            <groupId>org.springframework.session</groupId>
215 213
            <artifactId>spring-session-data-redis</artifactId>
......
235 233
        </dependency>
236 234

  
237 235
        <dependency>
238
            <groupId>org.springframework.cloud</groupId>
239
            <artifactId>spring-cloud-starter-hystrix</artifactId>
240
            <version>1.1.5.RELEASE</version>
241
<!--            <exclusions>-->
242
<!--                <exclusion>-->
243
<!--                    <groupId>org.springframework.boot</groupId>-->
244
<!--                    <artifactId>spring-boot-starter-logging</artifactId>-->
245
<!--                </exclusion>-->
246
<!--            </exclusions>-->
236
            <groupId>com.netflix.hystrix</groupId>
237
            <artifactId>hystrix-core</artifactId>
238
            <version>1.5.18</version>
247 239
        </dependency>
240
        <dependency>
241
            <groupId>com.netflix.rxjava</groupId>
242
            <artifactId>rxjava-core</artifactId>
243
            <version>0.20.7</version>
244
        </dependency>
248 245

  
249 246
        <!-- https://mvnrepository.com/artifact/javax.xml.ws/jaxws-api -->
250 247
        <dependency>
......
298 295
            <version>2.26.0</version>
299 296
            <scope>test</scope>
300 297
        </dependency>
301

  
302

  
303 298
    </dependencies>
304 299

  
305 300
    <build>

Also available in: Unified diff