[代码完善](v2.5): v2.5 beta update pom.xml

pull/372/head
ZhengJie 2020-05-23 13:19:27 +08:00
parent 4a07b41017
commit 3ea559ae8e
2 changed files with 1 additions and 19 deletions

View File

@ -86,23 +86,5 @@
<artifactId>oshi-core</artifactId>
<version>5.0.1</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<!-- 跳过单元测试 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</build>
</project>

View File

@ -174,7 +174,7 @@
<!--mapStruct依赖-->
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-jdk8</artifactId>
<artifactId>mapstruct</artifactId>
<version>${mapstruct.version}</version>
</dependency>
<dependency>