Skip to content

Commit c290e80

Browse files
committed
fix protobuff dependency discrepency between java and java-util
1 parent df6b4f1 commit c290e80

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ under the License.
7575
<artifactId>sigstore-java</artifactId>
7676
<version>0.4.0</version>
7777
</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>
7884
<dependency>
7985
<groupId>org.apache.maven</groupId>
8086
<artifactId>maven-plugin-api</artifactId>

0 commit comments

Comments
 (0)