File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 33
33
<maven .javadoc.skip>true</maven .javadoc.skip>
34
34
<!-- Version of protobuf that hbase uses internally (we shade our pb)
35
35
Must match what is out in hbase-thirdparty include.
36
- 3.5.1-1 is the same as 3.5.1 except includes corrected binaries for el6
37
- to work around https://github.com/google/protobuf/issues/4109
38
36
-->
39
- <internal .protobuf.version>3.5.1-1 </internal .protobuf.version>
37
+ <internal .protobuf.version>3.11.4 </internal .protobuf.version>
40
38
</properties >
41
39
<build >
42
- <resources >
43
- <resource >
44
- <directory >src/main/</directory >
45
- <includes >
46
- <include >**/*.proto</include >
47
- </includes >
48
- </resource >
49
- </resources >
50
40
<plugins >
51
41
<!-- Make a jar and put the sources in the jar -->
52
42
<plugin >
88
78
</goals >
89
79
<configuration >
90
80
<protocArtifact >com.google.protobuf:protoc:${internal.protobuf.version} :exe:${os.detected.classifier} </protocArtifact >
91
- <attachProtoSources >false</attachProtoSources >
92
81
<checkStaleness >true</checkStaleness >
93
82
</configuration >
94
83
</execution >
You can’t perform that action at this time.
0 commit comments