diff --git a/.gitignore b/.gitignore
index 8e33d5b..3c819f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,5 @@ target
*.iws
*.ipr
.idea/
+.gradle/
+build/
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index cc226b5..30b36d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -241,6 +241,25 @@
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+
+ copy-dependencies
+ prepare-package
+
+ copy-dependencies
+
+
+ ${project.build.directory}/classes/lib
+ false
+ false
+ true
+
+
+
+
org.springframework.boot
spring-boot-maven-plugin