|
8 | 8 | <parent> |
9 | 9 | <groupId>org.springframework.boot</groupId> |
10 | 10 | <artifactId>spring-boot-starter-parent</artifactId> |
11 | | - <version>3.5.5</version> |
| 11 | + <version>3.5.6</version> |
12 | 12 | <relativePath/> |
13 | 13 | </parent> |
14 | 14 |
|
|
94 | 94 | <groupId>org.springframework.cloud</groupId> |
95 | 95 | <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId> |
96 | 96 | </dependency> |
| 97 | + <dependency> |
| 98 | + <groupId>com.netflix.eureka</groupId> |
| 99 | + <artifactId>eureka-client</artifactId> |
| 100 | + <version>2.0.5</version> |
| 101 | + <scope>runtime</scope> |
| 102 | + </dependency> |
97 | 103 | <dependency> |
98 | 104 | <groupId>io.projectreactor</groupId> |
99 | 105 | <artifactId>reactor-core</artifactId> |
|
147 | 153 | <groupId>org.springframework.cloud</groupId> |
148 | 154 | <artifactId>spring-cloud-starter-kubernetes-client</artifactId> |
149 | 155 | </dependency> |
| 156 | + <!-- https://mvnrepository.com/artifact/io.kubernetes/client-java --> |
| 157 | + <dependency> |
| 158 | + <groupId>io.kubernetes</groupId> |
| 159 | + <artifactId>client-java</artifactId> |
| 160 | + <version>19.0.3</version> |
| 161 | + </dependency> |
| 162 | + <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on --> |
| 163 | + <dependency> |
| 164 | + <groupId>org.bouncycastle</groupId> |
| 165 | + <artifactId>bcpkix-jdk18on</artifactId> |
| 166 | + <version>1.82</version> |
| 167 | + </dependency> |
| 168 | + <!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java --> |
| 169 | + <dependency> |
| 170 | + <groupId>com.google.protobuf</groupId> |
| 171 | + <artifactId>protobuf-java</artifactId> |
| 172 | + <version>3.25.8</version> |
| 173 | + </dependency> |
150 | 174 | <dependency> |
151 | 175 | <groupId>cv.igrp.framework</groupId> |
152 | 176 | <artifactId>core</artifactId> |
|
0 commit comments