|
102 | 102 | <artifactId>solr-solrj</artifactId> |
103 | 103 | <version>${solr.version}</version> |
104 | 104 | <exclusions> |
| 105 | + <exclusion> |
| 106 | + <groupId>io.netty</groupId> |
| 107 | + <artifactId>netty-buffer</artifactId> |
| 108 | + </exclusion> |
| 109 | + <exclusion> |
| 110 | + <groupId>io.netty</groupId> |
| 111 | + <artifactId>netty-codec</artifactId> |
| 112 | + </exclusion> |
| 113 | + <exclusion> |
| 114 | + <groupId>io.netty</groupId> |
| 115 | + <artifactId>netty-common</artifactId> |
| 116 | + </exclusion> |
| 117 | + <exclusion> |
| 118 | + <groupId>io.netty</groupId> |
| 119 | + <artifactId>netty-handler</artifactId> |
| 120 | + </exclusion> |
| 121 | + <exclusion> |
| 122 | + <groupId>io.netty</groupId> |
| 123 | + <artifactId>netty-resolver</artifactId> |
| 124 | + </exclusion> |
| 125 | + <exclusion> |
| 126 | + <groupId>io.netty</groupId> |
| 127 | + <artifactId>netty-transport</artifactId> |
| 128 | + </exclusion> |
| 129 | + <exclusion> |
| 130 | + <groupId>io.netty</groupId> |
| 131 | + <artifactId>netty-transport-native-epoll</artifactId> |
| 132 | + </exclusion> |
| 133 | + <exclusion> |
| 134 | + <groupId>io.netty</groupId> |
| 135 | + <artifactId>netty-transport-native-unix-common</artifactId> |
| 136 | + </exclusion> |
105 | 137 | <exclusion> |
106 | 138 | <groupId>org.slf4j</groupId> |
107 | 139 | <artifactId>jcl-over-slf4j</artifactId> |
|
130 | 162 | <artifactId>solr-core</artifactId> |
131 | 163 | <version>${solr.version}</version> |
132 | 164 | <exclusions> |
| 165 | + <exclusion> |
| 166 | + <groupId>io.netty</groupId> |
| 167 | + <artifactId>netty-buffer</artifactId> |
| 168 | + </exclusion> |
| 169 | + <exclusion> |
| 170 | + <groupId>io.netty</groupId> |
| 171 | + <artifactId>netty-codec</artifactId> |
| 172 | + </exclusion> |
| 173 | + <exclusion> |
| 174 | + <groupId>io.netty</groupId> |
| 175 | + <artifactId>netty-common</artifactId> |
| 176 | + </exclusion> |
| 177 | + <exclusion> |
| 178 | + <groupId>io.netty</groupId> |
| 179 | + <artifactId>netty-handler</artifactId> |
| 180 | + </exclusion> |
| 181 | + <exclusion> |
| 182 | + <groupId>io.netty</groupId> |
| 183 | + <artifactId>netty-resolver</artifactId> |
| 184 | + </exclusion> |
| 185 | + <exclusion> |
| 186 | + <groupId>io.netty</groupId> |
| 187 | + <artifactId>netty-transport</artifactId> |
| 188 | + </exclusion> |
| 189 | + <exclusion> |
| 190 | + <groupId>io.netty</groupId> |
| 191 | + <artifactId>netty-transport-native-epoll</artifactId> |
| 192 | + </exclusion> |
| 193 | + <exclusion> |
| 194 | + <groupId>io.netty</groupId> |
| 195 | + <artifactId>netty-transport-native-unix-common</artifactId> |
| 196 | + </exclusion> |
133 | 197 | <exclusion> |
134 | 198 | <groupId>org.slf4j</groupId> |
135 | 199 | <artifactId>jcl-over-slf4j</artifactId> |
|
159 | 223 | <artifactId>solr-test-framework</artifactId> |
160 | 224 | <version>${solr.version}</version> |
161 | 225 | <exclusions> |
| 226 | + <exclusion> |
| 227 | + <groupId>io.netty</groupId> |
| 228 | + <artifactId>netty-buffer</artifactId> |
| 229 | + </exclusion> |
| 230 | + <exclusion> |
| 231 | + <groupId>io.netty</groupId> |
| 232 | + <artifactId>netty-codec</artifactId> |
| 233 | + </exclusion> |
| 234 | + <exclusion> |
| 235 | + <groupId>io.netty</groupId> |
| 236 | + <artifactId>netty-common</artifactId> |
| 237 | + </exclusion> |
| 238 | + <exclusion> |
| 239 | + <groupId>io.netty</groupId> |
| 240 | + <artifactId>netty-handler</artifactId> |
| 241 | + </exclusion> |
| 242 | + <exclusion> |
| 243 | + <groupId>io.netty</groupId> |
| 244 | + <artifactId>netty-resolver</artifactId> |
| 245 | + </exclusion> |
| 246 | + <exclusion> |
| 247 | + <groupId>io.netty</groupId> |
| 248 | + <artifactId>netty-transport</artifactId> |
| 249 | + </exclusion> |
| 250 | + <exclusion> |
| 251 | + <groupId>io.netty</groupId> |
| 252 | + <artifactId>netty-transport-native-epoll</artifactId> |
| 253 | + </exclusion> |
| 254 | + <exclusion> |
| 255 | + <groupId>io.netty</groupId> |
| 256 | + <artifactId>netty-transport-native-unix-common</artifactId> |
| 257 | + </exclusion> |
162 | 258 | <exclusion> |
163 | 259 | <groupId>org.slf4j</groupId> |
164 | 260 | <artifactId>jcl-over-slf4j</artifactId> |
|
0 commit comments