File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 335335 <groupId >io.netty</groupId >
336336 <artifactId >netty-resolver-dns-native-macos</artifactId >
337337 <version >4.1.119.Final</version >
338- <classifier >${os.detected.name} - ${os.detected.arch} </classifier >
338+ <classifier >osx-x86_64 </classifier >
339339 <scope >runtime</scope >
340+ <optional >true</optional >
340341 </dependency >
341342 </dependencies >
342343 </profile >
355356 <groupId >io.netty</groupId >
356357 <artifactId >netty-resolver-dns-native-linux</artifactId >
357358 <version >4.1.119.Final</version >
358- <classifier >${os.detected.name} - ${os.detected.arch} </classifier >
359+ <classifier >linux-x86_64 </classifier >
359360 <scope >runtime</scope >
361+ <optional >true</optional >
360362 </dependency >
361363 </dependencies >
362364 </profile >
You can’t perform that action at this time.
0 commit comments