|
108 | 108 | <beam.version>2.60.0</beam.version>
|
109 | 109 | <!-- versions from beam -->
|
110 | 110 | <auto-value.version>1.9</auto-value.version>
|
| 111 | + <avro.version>1.11.3</avro.version> |
111 | 112 | <checker-qual.version>3.42.0</checker-qual.version>
|
112 | 113 | <commons-codec.version>1.17.1</commons-codec.version> <!-- libraries-bom version -->
|
113 | 114 | <commons-compress.version>1.26.2</commons-compress.version>
|
|
131 | 132 | <opencensus.version>0.31.1</opencensus.version>
|
132 | 133 |
|
133 | 134 | <!-- other deps -->
|
134 |
| - <avro.version>1.11.4</avro.version> |
135 | 135 | <bouncycastle.version>1.78.1</bouncycastle.version>
|
136 | 136 | <junit.version>4.13.2</junit.version>
|
137 | 137 | <mysql.version>8.4.0</mysql.version>
|
|
143 | 143 | <dependencies>
|
144 | 144 | <!-- overrides to resolve dependency conflicts - start-->
|
145 | 145 | <!-- from beam bom -->
|
| 146 | + <dependency> |
| 147 | + <groupId>org.apache.avro</groupId> |
| 148 | + <artifactId>avro</artifactId> |
| 149 | + <version>${avro.version}</version> |
| 150 | + </dependency> |
146 | 151 | <dependency>
|
147 | 152 | <groupId>com.fasterxml.jackson</groupId>
|
148 | 153 | <artifactId>jackson-bom</artifactId>
|
|
259 | 264 | <artifactId>google-api-services-cloudkms</artifactId>
|
260 | 265 | <version>v1-rev20240314-2.0.0</version>
|
261 | 266 | </dependency>
|
262 |
| - <dependency> |
263 |
| - <groupId>org.apache.avro</groupId> |
264 |
| - <artifactId>avro</artifactId> |
265 |
| - <version>${avro.version}</version> |
266 |
| - </dependency> |
267 | 267 |
|
268 | 268 | <!-- Runners -->
|
269 | 269 | <dependency>
|
|
557 | 557 | <exclude>com.google.guava:guava</exclude>
|
558 | 558 | <exclude>commons-codec:commons-codec</exclude>
|
559 | 559 | <exclude>joda-time:joda-time</exclude>
|
| 560 | + <exclude>org.apache.avro:avro</exclude> |
560 | 561 | <exclude>org.apache.commons:commons-compress</exclude>
|
561 | 562 | <exclude>org.apache.httpcomponents:httpcore</exclude>
|
562 | 563 | <exclude>org.apache.httpcomponents:httpclient</exclude>
|
|
0 commit comments