Commit 97e0ce98 authored by jinli gu's avatar jinli gu
Browse files

更新 pom.xml

parent 6d911791
Pipeline #56 passed with stage
in 15 minutes and 19 seconds
...@@ -121,10 +121,6 @@ ...@@ -121,10 +121,6 @@
<version>1.2.53</version> <version>1.2.53</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
</dependency>
</dependencies> </dependencies>
...@@ -171,7 +167,7 @@ ...@@ -171,7 +167,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version> <version>3.2</version>
<configuration> <configuration>
<source>${java.version}</source> <source>${java.version}</source>
<target>${java.version}</target> <target>${java.version}</target>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment