Skip to content

Commit

Permalink
[hotfix] Fix convergency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AHeise committed Oct 8, 2024
1 parent da4c217 commit 1726bd3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,13 @@ under the License.
<version>2.1</version>
</dependency>

<!-- For dependency convergence -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
</dependency>

<!-- For dependency convergence -->
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 1726bd3

Please sign in to comment.