Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/useSharedBomArrow' into useShare…
Browse files Browse the repository at this point in the history
…dBomArrow
  • Loading branch information
PhongChuong committed Oct 16, 2024
2 parents 7b0a35e + 9e56fe1 commit b282e76
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<arrow.version>15.0.2</arrow.version>
</properties>


Expand All @@ -47,12 +46,10 @@
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-vector</artifactId>
<version>${arrow.version}</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-netty</artifactId>
<version>${arrow.version}</version>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
Expand Down

0 comments on commit b282e76

Please sign in to comment.