File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 2424 <scalecube-commons .version>1.0.1</scalecube-commons .version>
2525 <slf4j .version>1.7.30</slf4j .version>
2626 <log4j .version>2.8.2</log4j .version>
27- <reactor .version>Dysprosium-RELEASE</reactor .version>
27+ <reactor .version>Dysprosium-SR7</reactor .version>
28+ <netty .version>4.1.48.Final</netty .version>
2829 <jackson .version>2.10.0</jackson .version>
2930
3031 <mockito-junit-jupiter .version>2.27.0</mockito-junit-jupiter .version>
9899 <scope >import</scope >
99100 </dependency >
100101
102+ <!-- Netty -->
103+ <dependency >
104+ <groupId >io.netty</groupId >
105+ <artifactId >netty-bom</artifactId >
106+ <version >${netty.version} </version >
107+ <type >pom</type >
108+ <scope >import</scope >
109+ </dependency >
110+
101111 <!-- Scalecube Commons -->
102112 <dependency >
103113 <groupId >io.scalecube</groupId >
You can’t perform that action at this time.
0 commit comments