Skip to content

Commit

Permalink
Fix build problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
Asmoday committed Dec 4, 2023
1 parent 706b80d commit ac730ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone-metastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@
<goal>run</goal>
</goals>
<configuration>
<protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}</protocArtifact>
<protocArtifact>com.google.protobuf:protoc:2.5.0</protocArtifact>
<addSources>none</addSources>
<inputDirectories>
<include>${basedir}/src/main/protobuf/org/apache/hadoop/hive/metastore</include>
Expand Down

0 comments on commit ac730ee

Please sign in to comment.