File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
maven-resolver-demos/maven-resolver-demo-snippets
maven-resolver-named-locks-redisson Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 117117 <scope >test</scope >
118118 </dependency >
119119 </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 >
120129</project >
Original file line number Diff line number Diff line change 5050 <dependency >
5151 <groupId >org.redisson</groupId >
5252 <artifactId >redisson</artifactId >
53- <version >3.28 .0</version >
53+ <version >3.29 .0</version >
5454 <exclusions >
5555 <exclusion >
5656 <groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 2323 <parent >
2424 <groupId >org.apache.maven</groupId >
2525 <artifactId >maven-parent</artifactId >
26- <version >41 </version >
26+ <version >42 </version >
2727 <relativePath />
2828 </parent >
2929
253253 <plugin >
254254 <groupId >com.github.siom79.japicmp</groupId >
255255 <artifactId >japicmp-maven-plugin</artifactId >
256- <version >0.17.2 </version >
256+ <version >0.21.1 </version >
257257 <configuration >
258258 <oldVersion >
259259 <!-- We compare same module against 1.8.0 set as "baseline" -->
You can’t perform that action at this time.
0 commit comments