File tree Expand file tree Collapse file tree 3 files changed +72
-0
lines changed
browsermob-core-littleproxy Expand file tree Collapse file tree 3 files changed +72
-0
lines changed Original file line number Diff line number Diff line change 151
151
<artifactId >phantomjsdriver</artifactId >
152
152
<version >1.2.1</version >
153
153
<scope >test</scope >
154
+ <!-- exclude legacy netty implementations in transitive dependencies -->
155
+ <exclusions >
156
+ <exclusion >
157
+ <groupId >io.netty</groupId >
158
+ <artifactId >netty</artifactId >
159
+ </exclusion >
160
+ </exclusions >
154
161
</dependency >
155
162
156
163
<dependency >
174
181
<groupId >ch.qos.logback</groupId >
175
182
<artifactId >logback-classic</artifactId >
176
183
</exclusion >
184
+ <!-- exclude individual netty transitive dependencies, since we include netty-all -->
185
+ <exclusion >
186
+ <groupId >io.netty</groupId >
187
+ <artifactId >netty-codec-socks</artifactId >
188
+ </exclusion >
189
+ <exclusion >
190
+ <groupId >io.netty</groupId >
191
+ <artifactId >netty-buffer</artifactId >
192
+ </exclusion >
193
+ <exclusion >
194
+ <groupId >io.netty</groupId >
195
+ <artifactId >netty-codec</artifactId >
196
+ </exclusion >
197
+ <exclusion >
198
+ <groupId >io.netty</groupId >
199
+ <artifactId >netty-codec-http</artifactId >
200
+ </exclusion >
201
+ <exclusion >
202
+ <groupId >io.netty</groupId >
203
+ <artifactId >netty-common</artifactId >
204
+ </exclusion >
205
+ <exclusion >
206
+ <groupId >io.netty</groupId >
207
+ <artifactId >netty-handler</artifactId >
208
+ </exclusion >
209
+ <exclusion >
210
+ <groupId >io.netty</groupId >
211
+ <artifactId >netty-transport</artifactId >
212
+ </exclusion >
177
213
</exclusions >
178
214
</dependency >
179
215
Original file line number Diff line number Diff line change 198
198
<artifactId >phantomjsdriver</artifactId >
199
199
<version >1.2.1</version >
200
200
<scope >test</scope >
201
+ <!-- exclude legacy netty implementations in transitive dependencies -->
202
+ <exclusions >
203
+ <exclusion >
204
+ <groupId >io.netty</groupId >
205
+ <artifactId >netty</artifactId >
206
+ </exclusion >
207
+ </exclusions >
201
208
</dependency >
202
209
203
210
<dependency >
Original file line number Diff line number Diff line change 123
123
<groupId >ch.qos.logback</groupId >
124
124
<artifactId >logback-classic</artifactId >
125
125
</exclusion >
126
+ <!-- exclude individual netty transitive dependencies, since we include netty-all -->
127
+ <exclusion >
128
+ <groupId >io.netty</groupId >
129
+ <artifactId >netty-codec-socks</artifactId >
130
+ </exclusion >
131
+ <exclusion >
132
+ <groupId >io.netty</groupId >
133
+ <artifactId >netty-buffer</artifactId >
134
+ </exclusion >
135
+ <exclusion >
136
+ <groupId >io.netty</groupId >
137
+ <artifactId >netty-codec</artifactId >
138
+ </exclusion >
139
+ <exclusion >
140
+ <groupId >io.netty</groupId >
141
+ <artifactId >netty-codec-http</artifactId >
142
+ </exclusion >
143
+ <exclusion >
144
+ <groupId >io.netty</groupId >
145
+ <artifactId >netty-common</artifactId >
146
+ </exclusion >
147
+ <exclusion >
148
+ <groupId >io.netty</groupId >
149
+ <artifactId >netty-handler</artifactId >
150
+ </exclusion >
151
+ <exclusion >
152
+ <groupId >io.netty</groupId >
153
+ <artifactId >netty-transport</artifactId >
154
+ </exclusion >
126
155
</exclusions >
127
156
</dependency >
128
157
You can’t perform that action at this time.
0 commit comments