Skip to content

Commit 22a1f2c

Browse files
committed
Sync ProtonJ2 with upstream
1 parent 0a7f657 commit 22a1f2c

14 files changed

+3
-3918
lines changed

pom.xml

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -135,51 +135,6 @@
135135
<version>${netty4.iouring.version}</version>
136136
<classifier>linux-x86_64</classifier>
137137
</dependency>
138-
139-
<dependency>
140-
<groupId>io.netty</groupId>
141-
<artifactId>netty5-buffer</artifactId>
142-
<version>${netty5.version}</version>
143-
<optional>true</optional>
144-
</dependency>
145-
<dependency>
146-
<groupId>io.netty</groupId>
147-
<artifactId>netty5-common</artifactId>
148-
<version>${netty5.version}</version>
149-
<optional>true</optional>
150-
</dependency>
151-
<dependency>
152-
<groupId>io.netty</groupId>
153-
<artifactId>netty5-handler</artifactId>
154-
<version>${netty5.version}</version>
155-
<optional>true</optional>
156-
</dependency>
157-
<dependency>
158-
<groupId>io.netty</groupId>
159-
<artifactId>netty5-transport</artifactId>
160-
<version>${netty5.version}</version>
161-
<optional>true</optional>
162-
</dependency>
163-
<dependency>
164-
<groupId>io.netty</groupId>
165-
<artifactId>netty5-codec-http</artifactId>
166-
<version>${netty5.version}</version>
167-
<optional>true</optional>
168-
</dependency>
169-
<dependency>
170-
<groupId>io.netty</groupId>
171-
<artifactId>netty5-transport-native-epoll</artifactId>
172-
<version>${netty5.version}</version>
173-
<optional>true</optional>
174-
<classifier>linux-x86_64</classifier>
175-
</dependency>
176-
<dependency>
177-
<groupId>io.netty</groupId>
178-
<artifactId>netty5-transport-native-kqueue</artifactId>
179-
<version>${netty5.version}</version>
180-
<classifier>osx-x86_64</classifier>
181-
<optional>true</optional>
182-
</dependency>
183138
<!-- End of QPid dependencies -->
184139

185140
<dependency>

src/main/qpid/org/apache/qpid/protonj2/buffer/netty/Netty5ProtonBufferAllocator.java

Lines changed: 0 additions & 139 deletions
This file was deleted.

0 commit comments

Comments
 (0)