mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-05-07 07:52:59 +08:00
* [ISSUE #62]Uses the YML format instead of the Properties format. * retrigger ci * Solve the apache-rat check Co-authored-by: zhangjidi <zhangjidi@cmss.chinamobile.com>
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -103,6 +103,7 @@
|
||||
<easyexcel.version>2.2.10</easyexcel.version>
|
||||
<asm.version>4.2</asm.version>
|
||||
<junit.version>4.12</junit.version>
|
||||
<snakeyaml.version>1.30</snakeyaml.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -264,6 +265,11 @@
|
||||
<version>${junit.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<version>${snakeyaml.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user