Skip to content

Commit

Permalink
Merge pull request #2 from Bit-Quill/flight-jdbc-driver-pom-not-building
Browse files Browse the repository at this point in the history
Changed dep.protobuf.version to dep.protobuf-bom.version
  • Loading branch information
jayhomn-bitquill authored Aug 11, 2022
2 parents 9b6cea0 + 00b09bc commit ccf812f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/flight/flight-jdbc-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${dep.protobuf.version}</version>
<version>${dep.protobuf-bom.version}</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit ccf812f

Please sign in to comment.