|
24 | 24 | <site.installationModule>${project.artifactId}</site.installationModule>
|
25 | 25 |
|
26 | 26 | <threeten.version>1.6.8</threeten.version>
|
| 27 | + <threeten-extra.version>1.7.2</threeten-extra.version> |
27 | 28 | <javax.annotations.version>1.3.2</javax.annotations.version>
|
28 | 29 | <animal-sniffer.version>1.23</animal-sniffer.version>
|
29 | 30 | <opencensus.version>0.31.1</opencensus.version>
|
|
38 | 39 | <perfmark-api.version>0.27.0</perfmark-api.version>
|
39 | 40 | <j2objc-annotations.version>2.8</j2objc-annotations.version>
|
40 | 41 | <opentelemetry.version>1.34.1</opentelemetry.version>
|
| 42 | + <flogger.version>0.8</flogger.version> |
| 43 | + <arrow.version>15.0.0</arrow.version> |
41 | 44 | </properties>
|
42 | 45 |
|
43 | 46 | <dependencyManagement>
|
44 | 47 | <dependencies>
|
| 48 | + <dependency> |
| 49 | + <groupId>org.apache.arrow</groupId> |
| 50 | + <artifactId>arrow-memory-core</artifactId> |
| 51 | + <version>${arrow.version}</version> |
| 52 | + </dependency> |
| 53 | + <dependency> |
| 54 | + <groupId>org.apache.arrow</groupId> |
| 55 | + <artifactId>arrow-memory-netty</artifactId> |
| 56 | + <version>${arrow.version}</version> |
| 57 | + </dependency> |
| 58 | + <dependency> |
| 59 | + <groupId>org.apache.arrow</groupId> |
| 60 | + <artifactId>arrow-vector</artifactId> |
| 61 | + <version>${arrow.version}</version> |
| 62 | + </dependency> |
45 | 63 | <dependency>
|
46 | 64 | <groupId>org.apache.httpcomponents</groupId>
|
47 | 65 | <artifactId>httpcore</artifactId>
|
|
57 | 75 | <artifactId>threetenbp</artifactId>
|
58 | 76 | <version>${threeten.version}</version>
|
59 | 77 | </dependency>
|
| 78 | + <dependency> |
| 79 | + <groupId>org.threeten</groupId> |
| 80 | + <artifactId>threeten-extra</artifactId> |
| 81 | + <version>${threeten-extra.version}</version> |
| 82 | + </dependency> |
60 | 83 | <dependency>
|
61 | 84 | <groupId>javax.annotation</groupId>
|
62 | 85 | <artifactId>javax.annotation-api</artifactId>
|
|
78 | 101 | <artifactId>error_prone_annotations</artifactId>
|
79 | 102 | <version>${errorprone.version}</version>
|
80 | 103 | </dependency>
|
| 104 | + <!-- Legacy exemption of java-pubsublite's flogger dependencies. |
| 105 | + In general, let's avoid declaring logging backend dependencies --> |
| 106 | + <dependency> |
| 107 | + <groupId>com.google.flogger</groupId> |
| 108 | + <artifactId>google-extensions</artifactId> |
| 109 | + <version>${flogger.version}</version> |
| 110 | + </dependency> |
| 111 | + <dependency> |
| 112 | + <groupId>com.google.flogger</groupId> |
| 113 | + <artifactId>flogger-system-backend</artifactId> |
| 114 | + <version>${flogger.version}</version> |
| 115 | + </dependency> |
81 | 116 | <dependency>
|
82 | 117 | <groupId>com.fasterxml.jackson</groupId>
|
83 | 118 | <artifactId>jackson-bom</artifactId>
|
|
0 commit comments