|
44 | 44 | <dependency> |
45 | 45 | <groupId>io.netty</groupId> |
46 | 46 | <artifactId>netty-common</artifactId> |
47 | | - <version>4.2.4.Final-SNAPSHOT</version> |
48 | 47 | </dependency> |
49 | 48 | <dependency> |
50 | 49 | <groupId>io.netty</groupId> |
51 | 50 | <artifactId>netty-buffer</artifactId> |
52 | | - <version>4.2.4.Final-SNAPSHOT</version> |
53 | 51 | </dependency> |
54 | 52 | <dependency> |
55 | 53 | <groupId>io.netty</groupId> |
56 | 54 | <artifactId>netty-transport</artifactId> |
57 | | - <version>4.2.4.Final-SNAPSHOT</version> |
58 | 55 | </dependency> |
59 | 56 | <dependency> |
60 | 57 | <groupId>io.netty</groupId> |
61 | 58 | <artifactId>netty-handler</artifactId> |
62 | | - <version>4.2.4.Final-SNAPSHOT</version> |
63 | 59 | </dependency> |
64 | 60 | <dependency> |
65 | 61 | <groupId>io.netty</groupId> |
66 | 62 | <artifactId>netty-handler-proxy</artifactId> |
67 | | - <version>4.2.4.Final-SNAPSHOT</version> |
68 | 63 | </dependency> |
69 | 64 | <dependency> |
70 | 65 | <groupId>io.netty</groupId> |
71 | 66 | <artifactId>netty-codec-http</artifactId> |
72 | | - <version>4.2.4.Final-SNAPSHOT</version> |
73 | 67 | </dependency> |
74 | 68 | <dependency> |
75 | 69 | <groupId>io.netty</groupId> |
76 | 70 | <artifactId>netty-codec-http2</artifactId> |
77 | | - <version>4.2.4.Final-SNAPSHOT</version> |
78 | 71 | </dependency> |
79 | 72 | <dependency> |
80 | 73 | <groupId>io.netty</groupId> |
81 | 74 | <artifactId>netty-resolver</artifactId> |
82 | | - <version>4.2.4.Final-SNAPSHOT</version> |
83 | 75 | </dependency> |
84 | 76 | <dependency> |
85 | 77 | <groupId>io.netty</groupId> |
86 | 78 | <artifactId>netty-resolver-dns</artifactId> |
87 | | - <version>4.2.4.Final-SNAPSHOT</version> |
88 | 79 | </dependency> |
89 | 80 | <dependency> |
90 | 81 | <groupId>io.netty</groupId> |
91 | 82 | <artifactId>netty-codec-haproxy</artifactId> |
92 | | - <version>4.2.4.Final-SNAPSHOT</version> |
93 | 83 | <optional>true</optional> |
94 | 84 | </dependency> |
95 | 85 | <dependency> |
96 | 86 | <groupId>io.netty</groupId> |
97 | 87 | <artifactId>netty-transport-classes-epoll</artifactId> |
98 | | - <version>4.2.4.Final-SNAPSHOT</version> |
99 | 88 | <optional>true</optional> |
100 | 89 | </dependency> |
101 | 90 | <dependency> |
102 | 91 | <groupId>io.netty</groupId> |
103 | 92 | <artifactId>netty-transport-classes-io_uring</artifactId> |
104 | | - <version>4.2.4.Final-SNAPSHOT</version> |
105 | 93 | <optional>true</optional> |
106 | 94 | </dependency> |
107 | 95 | <dependency> |
108 | 96 | <groupId>io.netty</groupId> |
109 | 97 | <artifactId>netty-transport-classes-kqueue</artifactId> |
110 | | - <version>4.2.4.Final-SNAPSHOT</version> |
111 | 98 | <optional>true</optional> |
112 | 99 | </dependency> |
113 | 100 |
|
|
878 | 865 | <groupId>io.netty</groupId> |
879 | 866 | <artifactId>netty-transport-native-epoll</artifactId> |
880 | 867 | <classifier>linux-x86_64</classifier> |
881 | | - <version>4.2.4.Final-SNAPSHOT</version> |
882 | 868 | <scope>test</scope> |
883 | 869 | </dependency> |
884 | 870 | <dependency> |
885 | 871 | <groupId>io.netty</groupId> |
886 | 872 | <artifactId>netty-transport-native-io_uring</artifactId> |
887 | 873 | <classifier>linux-x86_64</classifier> |
888 | | - <version>4.2.4.Final-SNAPSHOT</version> |
889 | 874 | <scope>test</scope> |
890 | 875 | </dependency> |
891 | 876 | </dependencies> |
|
904 | 889 | <groupId>io.netty</groupId> |
905 | 890 | <artifactId>netty-transport-native-epoll</artifactId> |
906 | 891 | <classifier>linux-x86_64</classifier> |
907 | | - <version>4.2.4.Final-SNAPSHOT</version> |
908 | 892 | <scope>test</scope> |
909 | 893 | </dependency> |
910 | 894 | <dependency> |
911 | 895 | <groupId>io.netty</groupId> |
912 | 896 | <artifactId>netty-transport-native-io_uring</artifactId> |
913 | 897 | <classifier>linux-x86_64</classifier> |
914 | | - <version>4.2.4.Final-SNAPSHOT</version> |
915 | 898 | <scope>test</scope> |
916 | 899 | </dependency> |
917 | 900 | </dependencies> |
|
930 | 913 | <groupId>io.netty</groupId> |
931 | 914 | <artifactId>netty-transport-native-epoll</artifactId> |
932 | 915 | <classifier>linux-aarch_64</classifier> |
933 | | - <version>4.2.4.Final-SNAPSHOT</version> |
934 | 916 | <scope>test</scope> |
935 | 917 | </dependency> |
936 | 918 | <dependency> |
937 | 919 | <groupId>io.netty</groupId> |
938 | 920 | <artifactId>netty-transport-native-io_uring</artifactId> |
939 | 921 | <classifier>linux-aarch_64</classifier> |
940 | | - <version>4.2.4.Final-SNAPSHOT</version> |
941 | 922 | <scope>test</scope> |
942 | 923 | </dependency> |
943 | 924 | </dependencies> |
|
956 | 937 | <groupId>io.netty</groupId> |
957 | 938 | <artifactId>netty-resolver-dns-native-macos</artifactId> |
958 | 939 | <classifier>osx-x86_64</classifier> |
959 | | - <version>4.2.4.Final-SNAPSHOT</version> |
960 | 940 | <scope>test</scope> |
961 | 941 | </dependency> |
962 | 942 | <dependency> |
963 | 943 | <groupId>io.netty</groupId> |
964 | 944 | <artifactId>netty-transport-native-kqueue</artifactId> |
965 | 945 | <classifier>osx-x86_64</classifier> |
966 | | - <version>4.2.4.Final-SNAPSHOT</version> |
967 | 946 | <scope>test</scope> |
968 | 947 | </dependency> |
969 | 948 | </dependencies> |
|
982 | 961 | <groupId>io.netty</groupId> |
983 | 962 | <artifactId>netty-resolver-dns-native-macos</artifactId> |
984 | 963 | <classifier>osx-aarch_64</classifier> |
985 | | - <version>4.2.4.Final-SNAPSHOT</version> |
986 | 964 | <scope>test</scope> |
987 | 965 | </dependency> |
988 | 966 | <dependency> |
989 | 967 | <groupId>io.netty</groupId> |
990 | 968 | <artifactId>netty-transport-native-kqueue</artifactId> |
991 | 969 | <classifier>osx-aarch_64</classifier> |
992 | | - <version>4.2.4.Final-SNAPSHOT</version> |
993 | 970 | <scope>test</scope> |
994 | 971 | </dependency> |
995 | 972 | </dependencies> |
|
0 commit comments