Skip to content

Commit

Permalink
resolve dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffz committed Dec 8, 2023
1 parent 9df2190 commit 616b940
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.24</version>
</dependency>
</dependencies>
</dependencyManagement>

<build>
<resources>
<resource>
Expand Down Expand Up @@ -164,4 +174,5 @@
</plugins>
</build>


</project>

0 comments on commit 616b940

Please sign in to comment.