|
@@ -10,7 +10,7 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>recommend-feature-client</artifactId>
|
|
<artifactId>recommend-feature-client</artifactId>
|
|
|
- <version>1.1.32</version>
|
|
|
|
|
|
|
+ <version>1.1.33</version>
|
|
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
<dependency>
|
|
<dependency>
|
|
@@ -58,15 +58,16 @@
|
|
|
<groupId>org.xolstice.maven.plugins</groupId>
|
|
<groupId>org.xolstice.maven.plugins</groupId>
|
|
|
<artifactId>protobuf-maven-plugin</artifactId>
|
|
<artifactId>protobuf-maven-plugin</artifactId>
|
|
|
<version>0.6.1</version>
|
|
<version>0.6.1</version>
|
|
|
|
|
+
|
|
|
<configuration>
|
|
<configuration>
|
|
|
- <protocArtifact>com.google.protobuf:protoc:3.12.0:exe:${os.detected.classifier}</protocArtifact>
|
|
|
|
|
|
|
+ <protocExecutable>/opt/homebrew/bin/protoc</protocExecutable>
|
|
|
|
|
+
|
|
|
<pluginId>grpc-java</pluginId>
|
|
<pluginId>grpc-java</pluginId>
|
|
|
- <pluginArtifact>io.grpc:protoc-gen-grpc-java:1.34.1:exe:${os.detected.classifier}</pluginArtifact>
|
|
|
|
|
- <!--设置grpc生成代码到指定路径-->
|
|
|
|
|
- <outputDirectory>${project.basedir}/src/main/java</outputDirectory>
|
|
|
|
|
- <!--生成代码前是否清空目录-->
|
|
|
|
|
- <clearOutputDirectory>false</clearOutputDirectory>
|
|
|
|
|
|
|
+ <pluginArtifact>
|
|
|
|
|
+ io.grpc:protoc-gen-grpc-java:1.53.0:exe:${os.detected.classifier}
|
|
|
|
|
+ </pluginArtifact>
|
|
|
</configuration>
|
|
</configuration>
|
|
|
|
|
+
|
|
|
<executions>
|
|
<executions>
|
|
|
<execution>
|
|
<execution>
|
|
|
<goals>
|
|
<goals>
|