|
135 | 135 | <version>${netty4.iouring.version}</version> |
136 | 136 | <classifier>linux-x86_64</classifier> |
137 | 137 | </dependency> |
138 | | - |
139 | | - <dependency> |
140 | | - <groupId>io.netty</groupId> |
141 | | - <artifactId>netty5-buffer</artifactId> |
142 | | - <version>${netty5.version}</version> |
143 | | - <optional>true</optional> |
144 | | - </dependency> |
145 | | - <dependency> |
146 | | - <groupId>io.netty</groupId> |
147 | | - <artifactId>netty5-common</artifactId> |
148 | | - <version>${netty5.version}</version> |
149 | | - <optional>true</optional> |
150 | | - </dependency> |
151 | | - <dependency> |
152 | | - <groupId>io.netty</groupId> |
153 | | - <artifactId>netty5-handler</artifactId> |
154 | | - <version>${netty5.version}</version> |
155 | | - <optional>true</optional> |
156 | | - </dependency> |
157 | | - <dependency> |
158 | | - <groupId>io.netty</groupId> |
159 | | - <artifactId>netty5-transport</artifactId> |
160 | | - <version>${netty5.version}</version> |
161 | | - <optional>true</optional> |
162 | | - </dependency> |
163 | | - <dependency> |
164 | | - <groupId>io.netty</groupId> |
165 | | - <artifactId>netty5-codec-http</artifactId> |
166 | | - <version>${netty5.version}</version> |
167 | | - <optional>true</optional> |
168 | | - </dependency> |
169 | | - <dependency> |
170 | | - <groupId>io.netty</groupId> |
171 | | - <artifactId>netty5-transport-native-epoll</artifactId> |
172 | | - <version>${netty5.version}</version> |
173 | | - <optional>true</optional> |
174 | | - <classifier>linux-x86_64</classifier> |
175 | | - </dependency> |
176 | | - <dependency> |
177 | | - <groupId>io.netty</groupId> |
178 | | - <artifactId>netty5-transport-native-kqueue</artifactId> |
179 | | - <version>${netty5.version}</version> |
180 | | - <classifier>osx-x86_64</classifier> |
181 | | - <optional>true</optional> |
182 | | - </dependency> |
183 | 138 | <!-- End of QPid dependencies --> |
184 | 139 |
|
185 | 140 | <dependency> |
|
0 commit comments