Skip to content

Commit b3abe88

Browse files
committed
[hotfix] Fix convergency issue
1 parent 79f1dae commit b3abe88

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,13 @@ under the License.
405405
<version>2.1</version>
406406
</dependency>
407407

408+
<!-- For dependency convergence -->
409+
<dependency>
410+
<groupId>org.yaml</groupId>
411+
<artifactId>snakeyaml</artifactId>
412+
<version>2.2</version>
413+
</dependency>
414+
408415
<!-- For dependency convergence -->
409416
<dependency>
410417
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)