File tree Expand file tree Collapse file tree
providers/jikkou-provider-aws Expand file tree Collapse file tree Original file line number Diff line number Diff line change 123123 <reactor-core .version>3.8.2</reactor-core .version>
124124 <cel .version>0.9.1</cel .version>
125125 <avro .version>1.12.1</avro .version>
126+ <lz4 .version>1.8.1</lz4 .version>
127+ <netty .version>4.1.124.Final</netty .version>
126128 <!-- Logging -->
127129 <slf4j-api .version>2.0.17</slf4j-api .version>
128130 <logback .version>1.5.24</logback .version>
145147 <artifactId >avro</artifactId >
146148 <version >${avro.version} </version >
147149 </dependency >
150+ <dependency >
151+ <groupId >org.lz4</groupId >
152+ <artifactId >lz4-java</artifactId >
153+ <version >${lz4.version} </version >
154+ </dependency >
155+ <dependency >
156+ <groupId >io.netty</groupId >
157+ <artifactId >netty-codec-http2</artifactId >
158+ <version >${netty.version} </version >
159+ </dependency >
148160 <dependency >
149161 <groupId >org.graalvm.sdk</groupId >
150162 <artifactId >graal-sdk</artifactId >
Original file line number Diff line number Diff line change 2121
2222 <properties >
2323 <license .header.file>${project.parent.basedir} /header</license .header.file>
24- <avro .version>1.11.3</avro .version>
2524 <maven-clean-plugin .directory>
2625 ${project.basedir} /src/main/java/io/streamthoughts/jikkou/aws/models
2726 </maven-clean-plugin .directory>
You can’t perform that action at this time.
0 commit comments