| 
173 | 173 |           <groupId>com.sun.xml.bind</groupId>  | 
174 | 174 |           <artifactId>jaxb-impl</artifactId>  | 
175 | 175 |         </exclusion>  | 
 | 176 | +          <exclusion>  | 
 | 177 | +              <groupId>org.apache.qpid</groupId>  | 
 | 178 | +              <artifactId>qpid-jms-client</artifactId>  | 
 | 179 | +          </exclusion>  | 
176 | 180 |       </exclusions>  | 
177 | 181 |     </dependency>  | 
 | 182 | +      <dependency>  | 
 | 183 | +          <groupId>org.apache.qpid</groupId>  | 
 | 184 | +          <artifactId>qpid-jms-client</artifactId>  | 
 | 185 | +          <version>0.30.0</version>  | 
 | 186 | +          <exclusions>  | 
 | 187 | +              <exclusion>  | 
 | 188 | +                  <groupId>io.netty</groupId>  | 
 | 189 | +                  <artifactId>netty-buffer</artifactId>  | 
 | 190 | +              </exclusion>  | 
 | 191 | +              <exclusion>  | 
 | 192 | +                  <groupId>io.netty</groupId>  | 
 | 193 | +                  <artifactId>netty-common</artifactId>  | 
 | 194 | +              </exclusion>  | 
 | 195 | +              <exclusion>  | 
 | 196 | +                  <groupId>io.netty</groupId>  | 
 | 197 | +                  <artifactId>netty-handler</artifactId>  | 
 | 198 | +              </exclusion>  | 
 | 199 | +              <exclusion>  | 
 | 200 | +                  <groupId>io.netty</groupId>  | 
 | 201 | +                  <artifactId>netty-transport</artifactId>  | 
 | 202 | +              </exclusion>  | 
 | 203 | +              <exclusion>  | 
 | 204 | +                  <groupId>io.netty</groupId>  | 
 | 205 | +                  <artifactId>netty-codec-http</artifactId>  | 
 | 206 | +              </exclusion>  | 
 | 207 | +              <exclusion>  | 
 | 208 | +                  <groupId>io.netty</groupId>  | 
 | 209 | +                  <artifactId>netty-transport-native-epoll</artifactId>  | 
 | 210 | +              </exclusion>  | 
 | 211 | +              <exclusion>  | 
 | 212 | +                  <groupId>io.netty</groupId>  | 
 | 213 | +                  <artifactId>netty-transport-native-kqueue</artifactId>  | 
 | 214 | +              </exclusion>  | 
 | 215 | +          </exclusions>  | 
 | 216 | +      </dependency>  | 
 | 217 | +      <dependency>  | 
 | 218 | +          <groupId>io.netty</groupId>  | 
 | 219 | +          <artifactId>netty-buffer</artifactId>  | 
 | 220 | +          <version>${netty4Version}</version>  | 
 | 221 | +      </dependency>  | 
 | 222 | +      <dependency>  | 
 | 223 | +          <groupId>io.netty</groupId>  | 
 | 224 | +          <artifactId>netty-common</artifactId>  | 
 | 225 | +          <version>${netty4Version}</version>  | 
 | 226 | +      </dependency>  | 
 | 227 | +      <dependency>  | 
 | 228 | +          <groupId>io.netty</groupId>  | 
 | 229 | +          <artifactId>netty-handler</artifactId>  | 
 | 230 | +          <version>${netty4Version}</version>  | 
 | 231 | +      </dependency>  | 
 | 232 | +      <dependency>  | 
 | 233 | +          <groupId>io.netty</groupId>  | 
 | 234 | +          <artifactId>netty-transport</artifactId>  | 
 | 235 | +          <version>${netty4Version}</version>  | 
 | 236 | +      </dependency>  | 
 | 237 | +      <dependency>  | 
 | 238 | +          <groupId>io.netty</groupId>  | 
 | 239 | +          <artifactId>netty-codec-http</artifactId>  | 
 | 240 | +          <version>${netty4Version}</version>  | 
 | 241 | +      </dependency>  | 
 | 242 | +      <dependency>  | 
 | 243 | +          <groupId>io.netty</groupId>  | 
 | 244 | +          <artifactId>netty-transport-native-epoll</artifactId>  | 
 | 245 | +          <version>${netty4Version}</version>  | 
 | 246 | +      </dependency>  | 
 | 247 | +      <dependency>  | 
 | 248 | +          <groupId>io.netty</groupId>  | 
 | 249 | +          <artifactId>netty-transport-native-kqueue</artifactId>  | 
 | 250 | +          <version>${netty4Version}</version>  | 
 | 251 | +      </dependency>  | 
 | 252 | + | 
178 | 253 |     <dependency>  | 
179 | 254 |       <groupId>junit</groupId>  | 
180 | 255 |       <artifactId>junit</artifactId>  | 
 | 
0 commit comments