Commit ee4072ca by chamberone

fix: 更新版本号配置

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