forked from pool/protobuf
* Fix cmake installation location of java and go features. * Add .bazeliskrc for protobuf repo to tell bazelisk to use 7.1.2 by default. * Update artifact actions to v4 * Added protobuf-java-util-removescope.patch to avoid Java compilation errors due to dependencies marked as runtime. OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=202
35 lines
1.2 KiB
Diff
35 lines
1.2 KiB
Diff
--- pom.xml 2025-05-02 23:04:51.224332863 +0200
|
|
+++ pom.xml 2025-05-02 23:05:30.728959217 +0200
|
|
@@ -22,31 +22,26 @@
|
|
<groupId>com.google.code.findbugs</groupId>
|
|
<artifactId>jsr305</artifactId>
|
|
<version>3.0.2</version>
|
|
- <scope>runtime</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.code.gson</groupId>
|
|
<artifactId>gson</artifactId>
|
|
<version>2.8.9</version>
|
|
- <scope>runtime</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.errorprone</groupId>
|
|
<artifactId>error_prone_annotations</artifactId>
|
|
<version>2.18.0</version>
|
|
- <scope>runtime</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.guava</groupId>
|
|
<artifactId>guava</artifactId>
|
|
<version>32.0.1-jre</version>
|
|
- <scope>runtime</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.j2objc</groupId>
|
|
<artifactId>j2objc-annotations</artifactId>
|
|
<version>2.8</version>
|
|
- <scope>runtime</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
|