diff --git a/changelog.txt b/changelog.txt
index a4891f4..1cb0859 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -4,6 +4,7 @@ Buession Parent Changelog
Changes in version 1.3.1 (2021-07-27)
-------------------------------------
+* 增加 org.mapstruct 包引用,版本:1.4.2.Final
Changes in version 1.3.0 (2021-07-10)
diff --git a/pom.xml b/pom.xml
index f9b15df..d020b44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,10 +41,10 @@
1.8
1.8
1.8
- 1.3.0
- 1.3.0
- 1.3.0
- 1.3.0
+ 1.3.1
+ 1.3.1
+ 1.3.1
+ 1.3.1
5.2.15.RELEASE
2.3.12.RELEASE
2.2.9.RELEASE
@@ -68,6 +68,7 @@
4.2.2
1.9.7
1.69
+ 1.4.2.Final
1.7.30
2.14.1
@@ -1150,6 +1151,22 @@
2.8.7
+
+ org.mapstruct
+ mapstruct
+ ${mapstruct.version}
+
+
+ org.mapstruct
+ mapstruct-jdk8
+ ${mapstruct.version}
+
+
+ org.mapstruct
+ mapstruct-processor
+ ${mapstruct.version}
+
+
org.slf4j