File tree 3 files changed +12
-3
lines changed
maven-resolver-demos/maven-resolver-demo-snippets
maven-resolver-named-locks-redisson
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 117
117
<scope >test</scope >
118
118
</dependency >
119
119
</dependencies >
120
+
121
+ <build >
122
+ <plugins >
123
+ <plugin >
124
+ <groupId >org.eclipse.sisu</groupId >
125
+ <artifactId >sisu-maven-plugin</artifactId >
126
+ </plugin >
127
+ </plugins >
128
+ </build >
120
129
</project >
Original file line number Diff line number Diff line change 50
50
<dependency >
51
51
<groupId >org.redisson</groupId >
52
52
<artifactId >redisson</artifactId >
53
- <version >3.28 .0</version >
53
+ <version >3.29 .0</version >
54
54
<exclusions >
55
55
<exclusion >
56
56
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.maven</groupId >
25
25
<artifactId >maven-parent</artifactId >
26
- <version >41 </version >
26
+ <version >42 </version >
27
27
<relativePath />
28
28
</parent >
29
29
253
253
<plugin >
254
254
<groupId >com.github.siom79.japicmp</groupId >
255
255
<artifactId >japicmp-maven-plugin</artifactId >
256
- <version >0.17.2 </version >
256
+ <version >0.21.1 </version >
257
257
<configuration >
258
258
<oldVersion >
259
259
<!-- We compare same module against 1.8.0 set as "baseline" -->
You can’t perform that action at this time.
0 commit comments