|
|
@ -55,12 +55,6 @@
|
|
|
|
<artifactId>minio</artifactId>
|
|
|
|
<artifactId>minio</artifactId>
|
|
|
|
<version>${minio.version}</version>
|
|
|
|
<version>${minio.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
|
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
|
|
|
|
|
<version>2.3.1</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!--引用json库-->
|
|
|
|
<!--引用json库-->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.sf.json-lib</groupId>
|
|
|
|
<groupId>net.sf.json-lib</groupId>
|
|
|
@ -249,7 +243,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.6.1</version>
|
|
|
|
<version>3.10.1</version>
|
|
|
|
<configuration>
|
|
|
|
<configuration>
|
|
|
|
<source>21</source>
|
|
|
|
<source>21</source>
|
|
|
|
<target>21</target>
|
|
|
|
<target>21</target>
|
|
|
|