This is an automated email from the ASF dual-hosted git repository.
atri pushed a commit to branch chronicle_hack
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/chronicle_hack by this push:
new 9246f73f83 Get build working
9246f73f83 is described below
commit 9246f73f83c56beeeca5414f5184d6ceb2201a85
Author: Atri Sharma <[email protected]>
AuthorDate: Fri Sep 1 16:47:30 2023 +0530
Get build working
---
pinot-segment-local/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/pinot-segment-local/pom.xml b/pinot-segment-local/pom.xml
index 00f0dce2f7..fb13692502 100644
--- a/pinot-segment-local/pom.xml
+++ b/pinot-segment-local/pom.xml
@@ -103,6 +103,14 @@
<groupId>net.openhft</groupId>
<artifactId>chronicle-bytes</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.codehaus.jettison</groupId>
+ <artifactId>jettison</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.jetbrains</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]