We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6b4f1 commit c290e80Copy full SHA for c290e80
pom.xml
@@ -75,6 +75,12 @@ under the License.
75
<artifactId>sigstore-java</artifactId>
76
<version>0.4.0</version>
77
</dependency>
78
+ <dependency>
79
+ <groupId>com.google.protobuf</groupId>
80
+ <artifactId>protobuf-java</artifactId>
81
+ <version>3.22.0</version>
82
+ <scope>runtime</scope>
83
+ </dependency>
84
<dependency>
85
<groupId>org.apache.maven</groupId>
86
<artifactId>maven-plugin-api</artifactId>
0 commit comments