File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 </dependency >
4444 </dependencies >
4545
46+ <profiles >
47+ <profile >
48+ <id >mac</id >
49+ <activation >
50+ <os >
51+ <family >mac</family >
52+ </os >
53+ </activation >
54+ <properties >
55+ <os .detected.classifier>osx-x86_64</os .detected.classifier>
56+ </properties >
57+ </profile >
58+ </profiles >
4659 <build >
4760 <finalName >${project.artifactId} </finalName >
4861 <extensions >
5972 <version >0.6.1</version >
6073 <configuration >
6174 <protoSourceRoot >${basedir} /src/main/proto</protoSourceRoot >
62- <protocArtifact >com.google.protobuf:protoc:${protoc.version} :exe:${os.detected.classifier} </protocArtifact >
75+ <protocArtifact >com.google.protobuf:protoc:3.11.0 :exe:${os.detected.classifier} </protocArtifact >
6376 <pluginId >grpc-java</pluginId >
64- <pluginArtifact >io.grpc:protoc-gen-grpc-java:${grpc.version} :exe:${os.detected.classifier} </pluginArtifact >
77+ <pluginArtifact >io.grpc:protoc-gen-grpc-java:1.28.0 :exe:${os.detected.classifier} </pluginArtifact >
6578 </configuration >
6679 <executions >
6780 <execution >
Original file line number Diff line number Diff line change 6666 <maven .compiler.source>1.8</maven .compiler.source>
6767 <oneagent .deps.package>io.oneagent.deps</oneagent .deps.package>
6868 <bytekit .version>0.0.9-SNAPSHOT</bytekit .version>
69- <protoc .version>3.22.4</protoc .version>
70- <grpc .version>1.55.1</grpc .version>
69+ <grpc .version>1.46.0</grpc .version>
7170 <opentelemetry .version>1.21.0-alpha</opentelemetry .version>
7271 </properties >
7372
You can’t perform that action at this time.
0 commit comments