mirror of
https://github.com/RemainderTime/spring-boot-base-demo.git
synced 2026-02-27 00:20:46 +08:00
修改jdk版本
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -128,6 +128,12 @@
|
||||
<artifactId>elasticsearch-java</artifactId>
|
||||
<version>${elasticsearch.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-compiler-javac</artifactId>
|
||||
<version>2.15.0</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user