88 <version >0.0.1-SNAPSHOT</version >
99 <packaging >jar</packaging >
1010
11- <name >client- service</name >
11+ <name >Client service</name >
1212 <description >Client service for Spring Boot</description >
1313
1414 <parent >
1515 <groupId >org.springframework.boot</groupId >
1616 <artifactId >spring-boot-starter-parent</artifactId >
17- <version >1.5.4 .RELEASE</version >
17+ <version >1.5.3 .RELEASE</version >
1818 <relativePath /> <!-- lookup parent from repository -->
1919 </parent >
2020
2121 <properties >
2222 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2323 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2424 <java .version>1.8</java .version>
25+ <spring-cloud .version>Dalston.RELEASE</spring-cloud .version>
2526 </properties >
2627
2728 <dependencies >
29+ <dependency >
30+ <groupId >org.springframework.cloud</groupId >
31+ <artifactId >spring-cloud-starter-eureka</artifactId >
32+ </dependency >
2833 <dependency >
2934 <groupId >org.springframework.boot</groupId >
3035 <artifactId >spring-boot-starter-web</artifactId >
3540 <artifactId >spring-boot-starter-test</artifactId >
3641 <scope >test</scope >
3742 </dependency >
43+ <dependency >
44+ <groupId >org.projectlombok</groupId >
45+ <artifactId >lombok</artifactId >
46+ <version >1.16.12</version >
47+ </dependency >
48+ <dependency >
49+ <groupId >org.springframework.cloud</groupId >
50+ <artifactId >spring-cloud-starter-feign</artifactId >
51+ </dependency >
52+ <dependency >
53+ <groupId >com.lohika.jclub.storage.client</groupId >
54+ <artifactId >storage-service-client</artifactId >
55+ <version >0.0.1-SNAPSHOT</version >
56+ </dependency >
3857 </dependencies >
3958
59+ <dependencyManagement >
60+ <dependencies >
61+ <dependency >
62+ <groupId >org.springframework.cloud</groupId >
63+ <artifactId >spring-cloud-dependencies</artifactId >
64+ <version >${spring-cloud.version} </version >
65+ <type >pom</type >
66+ <scope >import</scope >
67+ </dependency >
68+ </dependencies >
69+ </dependencyManagement >
70+
4071 <build >
4172 <plugins >
4273 <plugin >
4778 </build >
4879
4980
50- </project >
81+ </project >
0 commit comments