Commit ee4072ca by chamberone

fix: 更新版本号配置

1 parent 9037490e
Showing with 1 additions and 3 deletions
......@@ -105,7 +105,6 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
......@@ -116,7 +115,7 @@
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-persistence-jackson</artifactId>
<version>9.38.0.Final</version>
<version>${version.org.optaplanner}</version>
<scope>compile</scope>
</dependency>
......@@ -130,7 +129,6 @@
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.13.0</version>
</dependency>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!