File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 61
61
<fabric8-httpclient-impl .name>jdk</fabric8-httpclient-impl .name>
62
62
63
63
<junit .version>5.12.0</junit .version>
64
- <fabric8-client .version>7.1.0 </fabric8-client .version>
64
+ <fabric8-client .version>7.2-SNAPSHOT </fabric8-client .version>
65
65
<slf4j .version>2.0.12</slf4j .version>
66
66
<log4j .version>2.24.3</log4j .version>
67
67
<mokito .version>5.16.0</mokito .version>
237
237
</dependencies >
238
238
</dependencyManagement >
239
239
240
+ <repositories >
241
+ <repository >
242
+ <releases >
243
+ <enabled >false</enabled >
244
+ </releases >
245
+ <snapshots >
246
+ <enabled >true</enabled >
247
+ </snapshots >
248
+ <id >oss.sonatype.org-snapshot</id >
249
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
250
+ </repository >
251
+ </repositories >
252
+
240
253
<build >
241
254
<pluginManagement >
242
255
<plugins >
You can’t perform that action at this time.
0 commit comments