后端:整理 promotion pom 文件

This commit is contained in:
YunaiV
2019-04-06 20:10:13 +08:00
parent 207342187b
commit 5d44940ae6
6 changed files with 29 additions and 39 deletions

View File

@@ -55,17 +55,6 @@
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId> <!-- use mapstruct-jdk8 for Java 8 or higher -->
<version>${org.mapstruct.version}</version>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-jdk8</artifactId>
<version>${org.mapstruct.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>