Advertisement
bekanaveriani

Untitled

Sep 25th, 2023
778
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.01 KB | None | 0 0
  1.         <dependency>
  2.             <groupId>org.eclipse.jetty.http2</groupId>
  3.             <artifactId>http2-client</artifactId>
  4.             <version>9.4.51</version>
  5.         </dependency>
  6.         <dependency>
  7.             <groupId>org.eclipse.jetty.http2</groupId>
  8.             <artifactId>http2-common</artifactId>
  9.             <version>9.4.51</version>
  10.         </dependency>
  11.         <dependency>
  12.             <groupId>org.eclipse.jetty.http2</groupId>
  13.             <artifactId>http2-hpack</artifactId>
  14.             <version>9.4.51</version>
  15.         </dependency>
  16.         <dependency>
  17.             <groupId>org.eclipse.jetty</groupId>
  18.             <artifactId>jetty-alpn-client</artifactId>
  19.             <version>9.4.51</version>
  20.         </dependency>
  21.         <dependency>
  22.             <groupId>org.apache.httpcomponents</groupId>
  23.             <artifactId>httpmime</artifactId>
  24.             <version>4.5.14</version>
  25.         </dependency>
  26.         <dependency>
  27.             <groupId>org.apache.httpcomponents</groupId>
  28.             <artifactId>httpclient</artifactId>
  29.             <version>4.5.14</version>
  30.         </dependency>
  31.         <dependency>
  32.             <groupId>org.apache.httpcomponents</groupId>
  33.             <artifactId>httpcore</artifactId>
  34.             <version>4.5.14</version>
  35.         </dependency>
  36.         <dependency>
  37.             <groupId>org.eclipse.jetty</groupId>
  38.             <artifactId>jetty-http</artifactId>
  39.             <version>9.4.51</version>
  40.         </dependency>
  41.         <dependency>
  42.             <groupId>org.eclipse.jetty</groupId>
  43.             <artifactId>jetty-client</artifactId>
  44.             <version>9.4.51</version>
  45.         </dependency>
  46.         <dependency>
  47.             <groupId>org.eclipse.jetty</groupId>
  48.             <artifactId>jetty-util</artifactId>
  49.             <version>9.4.51</version>
  50.         </dependency>
  51.         <dependency>
  52.             <groupId>org.eclipse.jetty</groupId>
  53.             <artifactId>jetty-io</artifactId>
  54.             <version>9.4.51</version>
  55.         </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement