|
117 | 117 | <license.header.file>${project.basedir}/header</license.header.file>
|
118 | 118 | <spotless.version>2.39.0</spotless.version>
|
119 | 119 | <maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
|
| 120 | + <net.sf.saxon.version>12.3</net.sf.saxon.version> |
| 121 | + <jsoniter.version>0.9.23</jsoniter.version> |
| 122 | + <avro.version>1.11.3</avro.version> |
| 123 | + <commons-compress.version>1.26.1</commons-compress.version> |
| 124 | + <commons-io.version>2.15.1</commons-io.version> |
120 | 125 | </properties>
|
121 | 126 |
|
122 | 127 | <repositories>
|
|
604 | 609 | <dependency>
|
605 | 610 | <groupId>commons-io</groupId>
|
606 | 611 | <artifactId>commons-io</artifactId>
|
607 |
| - <version>2.15.0</version> |
| 612 | + <version>${commons-io.version}</version> |
608 | 613 | </dependency>
|
609 | 614 | <dependency>
|
610 | 615 | <groupId>org.apache.commons</groupId>
|
611 | 616 | <artifactId>commons-compress</artifactId>
|
612 |
| - <version>1.26.1</version> |
| 617 | + <version>${commons-compress.version}</version> |
613 | 618 | </dependency>
|
614 | 619 | <dependency>
|
615 | 620 | <groupId>org.apache.avro</groupId>
|
616 | 621 | <artifactId>avro</artifactId>
|
617 |
| - <version>1.11.3</version> |
| 622 | + <version>${avro.version}</version> |
618 | 623 | </dependency>
|
619 | 624 | <dependency>
|
620 | 625 | <groupId>com.jsoniter</groupId>
|
621 | 626 | <artifactId>jsoniter</artifactId>
|
622 |
| - <version>0.9.23</version> |
| 627 | + <version>${jsoniter.version}</version> |
623 | 628 | </dependency>
|
624 | 629 | <dependency>
|
625 | 630 | <groupId>net.sf.saxon</groupId>
|
626 | 631 | <artifactId>Saxon-HE</artifactId>
|
627 |
| - <version>12.3</version> |
| 632 | + <version>${net.sf.saxon.version}</version> |
628 | 633 | </dependency>
|
629 | 634 | <dependency>
|
630 | 635 | <groupId>org.slf4j</groupId>
|
|
0 commit comments