Commit fa639fe 1 parent e7bff36 commit fa639fe Copy full SHA for fa639fe
File tree 2 files changed +3
-7
lines changed
maven-resolver-named-locks-redisson
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 45
45
<dependency >
46
46
<groupId >org.redisson</groupId >
47
47
<artifactId >redisson</artifactId >
48
- <version >3.43 .0</version >
48
+ <version >3.44 .0</version >
49
49
<exclusions >
50
50
<exclusion >
51
51
<groupId >org.slf4j</groupId >
71
71
<groupId >io.reactivex.rxjava3</groupId >
72
72
<artifactId >rxjava</artifactId >
73
73
</exclusion >
74
- <exclusion >
75
- <groupId >io.netty</groupId >
76
- <artifactId >netty-transport-native-unix-common</artifactId >
77
- </exclusion >
78
74
<exclusion >
79
75
<groupId >org.reactivestreams</groupId >
80
76
<artifactId >reactive-streams</artifactId >
Original file line number Diff line number Diff line change 17
17
specific language governing permissions and limitations
18
18
under the License.
19
19
-->
20
- <assembly xmlns =" http://maven.apache.org/ASSEMBLY/2.1.1 "
20
+ <assembly xmlns =" http://maven.apache.org/ASSEMBLY/2.2.0 "
21
21
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22
- xsi : schemaLocation =" http://maven.apache.org/ASSEMBLY/2.1.1 https://maven.apache.org/xsd/assembly-2.1.1 .xsd" >
22
+ xsi : schemaLocation =" http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0 .xsd" >
23
23
<id >bundle</id >
24
24
<formats >
25
25
<format >zip</format >
You can’t perform that action at this time.
0 commit comments