diff --git a/.gitignore b/.gitignore
index ce5df06..0f6b1ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,10 @@
target/
.idea/
*.class
-*.iml
\ No newline at end of file
+*.iml
+.settings
+.vscode
+.sts4-cache
+.project
+.factorypath
+.classpath
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 5167b80..2da8a84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
5.2.12.Final
5.0.5
2.9.5
- 1.16.20
+ 1.18.6
2.2.1.RELEASE
@@ -97,6 +97,27 @@
${lombok.version}
+
+ javax.xml.bind
+ jaxb-api
+ 2.2.11
+
+
+ com.sun.xml.bind
+ jaxb-core
+ 2.2.11
+
+
+ com.sun.xml.bind
+ jaxb-impl
+ 2.2.11
+
+
+ javax.activation
+ activation
+ 1.1.1
+
+
org.springframework.boot
spring-boot-starter-test