Skip to content

Commit

Permalink
change compileOnly to implementation dep for arrow-spi
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Maurya <[email protected]>
  • Loading branch information
rishabhmaurya committed Feb 10, 2025
1 parent df894ba commit f66ac22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/arrow-flight-rpc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ opensearchplugin {
}

dependencies {
compileOnly project(':libs:opensearch-arrow-spi')
implementation project(':libs:opensearch-arrow-spi')
compileOnly 'org.checkerframework:checker-qual:3.44.0'

implementation "org.apache.arrow:arrow-vector:${versions.arrow}"
Expand Down

0 comments on commit f66ac22

Please sign in to comment.