Skip to content

Commit

Permalink
chore: control map struct ver in parent
Browse files Browse the repository at this point in the history
  • Loading branch information
QizhengMo committed Oct 23, 2024
1 parent 0a3d415 commit 9d78c06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion arex-schedule-web-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
</dependency>

<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
</dependency>
<dependency>
<artifactId>commons-collections4</artifactId>
<groupId>org.apache.commons</groupId>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@
<artifactId>mapstruct</artifactId>
<version>${mapstruct.version}</version>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
<version>${mapstruct.version}</version>
</dependency>
<dependency>
<artifactId>compare-sdk</artifactId>
<groupId>com.arextest</groupId>
Expand Down

0 comments on commit 9d78c06

Please sign in to comment.