fix: The Gson version dependency in pom under the infra package is provided

pull/1513/head
Pan-YuJie 1 year ago
parent 59e89ef2d6
commit eaf5f7d2e1

@ -14,6 +14,7 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${gson.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>

Loading…
Cancel
Save