Skip to content

Commit b8a23dd

Browse files
authored
GH-900: Fix gandiva groupId in arrow-bom (#901)
Use correct groupId for the `arrow-gandiva` artifact. Closes #900.
1 parent c4d3c9e commit b8a23dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ under the License.
165165
<version>${project.version}</version>
166166
</dependency>
167167
<dependency>
168-
<groupId>org.apache.arrow</groupId>
168+
<groupId>org.apache.arrow.gandiva</groupId>
169169
<artifactId>arrow-gandiva</artifactId>
170170
<version>${project.version}</version>
171171
</dependency>

0 commit comments

Comments
 (0)