Skip to content

Commit

Permalink
re-generate protobuf code using latest version(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Oct 16, 2023
1 parent 3d9e35c commit 0123fd4
Show file tree
Hide file tree
Showing 57 changed files with 23,540 additions and 20,566 deletions.
20 changes: 9 additions & 11 deletions core/ipc/rpc/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
<packaging>bundle</packaging>
<build>
<!-- Enable below extension and plugin when you need to generate java source files from proto -->

<!-- <extensions>
<!--<extensions>
<extension>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>1.6.2</version>
<version>${maven.os.plugin.version}</version>
</extension>
</extensions>-->
<plugins>
Expand All @@ -33,14 +32,13 @@
</instructions>
</configuration>
</plugin>
<!-- <plugin>
<!--<plugin>
<groupId>org.xolstice.maven.plugins</groupId>
<artifactId>protobuf-maven-plugin</artifactId>
<version>0.6.1</version>
<configuration>
<protocArtifact>com.google.protobuf:protoc:3.6.1:exe:${os.detected.classifier}</protocArtifact>
<protocArtifact>com.google.protobuf:protoc:${protobufVersion}:exe:${os.detected.classifier}</protocArtifact>
<pluginId>grpc-java</pluginId>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.24.0:exe:${os.detected.classifier}</pluginArtifact>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:${grpcVersion}:exe:${os.detected.classifier}</pluginArtifact>
</configuration>
<executions>
<execution>
Expand All @@ -65,10 +63,10 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.opennms.features.distributed</groupId>
<artifactId>core-api</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
<groupId>org.opennms.features.distributed</groupId>
<artifactId>core-api</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.opennms.core</groupId>
Expand Down
Loading

0 comments on commit 0123fd4

Please sign in to comment.