diff --git a/.gitignore b/.gitignore
index ee44a96..7eae63f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
.idea
target
+dependency-reduced-pom.xml
\ No newline at end of file
diff --git a/FightSystem_Main/pom.xml b/FightSystem_Main/pom.xml
index 700526f..41c7cb5 100644
--- a/FightSystem_Main/pom.xml
+++ b/FightSystem_Main/pom.xml
@@ -26,22 +26,20 @@
- maven-assembly-plugin
+ org.apache.maven.plugins
+ maven-shade-plugin
+ 3.2.1
package
- single
+ shade
-
-
- jar-with-dependencies
-
-
+ FightSystem