Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit c01413c

Browse files
committed
Stop managing netty deps explicitely
1 parent 579650c commit c01413c

File tree

1 file changed

+0
-69
lines changed

1 file changed

+0
-69
lines changed

client/jms-client/pom.xml

Lines changed: 0 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -94,75 +94,6 @@
9494
<groupId>org.apache.activemq</groupId>
9595
<artifactId>artemis-jakarta-client</artifactId>
9696
</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>
16697
<!-- required to allow Artemis client to connect to HornetQ servers -->
16798
<dependency>
16899
<groupId>org.apache.activemq</groupId>

0 commit comments

Comments
 (0)