|
94 | 94 | <groupId>org.apache.activemq</groupId> |
95 | 95 | <artifactId>artemis-jakarta-client</artifactId> |
96 | 96 | </dependency> |
97 | | - <!-- netty deps --> |
98 | | - <dependency> |
99 | | - <groupId>io.netty</groupId> |
100 | | - <artifactId>netty-buffer</artifactId> |
101 | | - </dependency> |
102 | | - <dependency> |
103 | | - <groupId>io.netty</groupId> |
104 | | - <artifactId>netty-resolver</artifactId> |
105 | | - </dependency> |
106 | | - <dependency> |
107 | | - <groupId>io.netty</groupId> |
108 | | - <artifactId>netty-transport</artifactId> |
109 | | - </dependency> |
110 | | - <dependency> |
111 | | - <groupId>io.netty</groupId> |
112 | | - <artifactId>netty-handler</artifactId> |
113 | | - </dependency> |
114 | | - <dependency> |
115 | | - <groupId>io.netty</groupId> |
116 | | - <artifactId>netty-handler-proxy</artifactId> |
117 | | - </dependency> |
118 | | - <dependency> |
119 | | - <groupId>io.netty</groupId> |
120 | | - <artifactId>netty-codec</artifactId> |
121 | | - </dependency> |
122 | | - <dependency> |
123 | | - <groupId>io.netty</groupId> |
124 | | - <artifactId>netty-codec-socks</artifactId> |
125 | | - </dependency> |
126 | | - <dependency> |
127 | | - <groupId>io.netty</groupId> |
128 | | - <artifactId>netty-common</artifactId> |
129 | | - </dependency> |
130 | | - <dependency> |
131 | | - <groupId>io.netty</groupId> |
132 | | - <artifactId>netty-transport-native-unix-common</artifactId> |
133 | | - </dependency> |
134 | | - <dependency> |
135 | | - <groupId>io.netty</groupId> |
136 | | - <artifactId>netty-transport-native-unix-common</artifactId> |
137 | | - <classifier>linux-x86_64</classifier> |
138 | | - </dependency> |
139 | | - <dependency> |
140 | | - <groupId>io.netty</groupId> |
141 | | - <artifactId>netty-transport-native-unix-common</artifactId> |
142 | | - <classifier>linux-aarch_64</classifier> |
143 | | - </dependency> |
144 | | - <dependency> |
145 | | - <groupId>io.netty</groupId> |
146 | | - <artifactId>netty-transport-classes-epoll</artifactId> |
147 | | - </dependency> |
148 | | - <dependency> |
149 | | - <groupId>io.netty</groupId> |
150 | | - <artifactId>netty-transport-native-epoll</artifactId> |
151 | | - <classifier>linux-x86_64</classifier> |
152 | | - </dependency> |
153 | | - <dependency> |
154 | | - <groupId>io.netty</groupId> |
155 | | - <artifactId>netty-transport-native-epoll</artifactId> |
156 | | - <classifier>linux-aarch_64</classifier> |
157 | | - </dependency> |
158 | | - <dependency> |
159 | | - <groupId>io.netty</groupId> |
160 | | - <artifactId>netty-transport-classes-kqueue</artifactId> |
161 | | - </dependency> |
162 | | - <dependency> |
163 | | - <groupId>io.netty</groupId> |
164 | | - <artifactId>netty-codec-http</artifactId> |
165 | | - </dependency> |
166 | 97 | <!-- required to allow Artemis client to connect to HornetQ servers --> |
167 | 98 | <dependency> |
168 | 99 | <groupId>org.apache.activemq</groupId> |
|
0 commit comments