diff --git a/pom.xml b/pom.xml
index 012f560..3b764e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,96 +16,53 @@
+
- net.revelc.code.formatter
- formatter-maven-plugin
- 2.25.0
-
-
-
- format
-
-
- ${basedir}/checkstyle.xml
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.8.1
-
-
-
- org.projectlombok
- lombok
- 1.18.36
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-shade-plugin
- 3.2.1
-
-
- package
-
- shade
-
-
-
-
-
-
- cz.jzitnik.Main
-
-
- false
- false
-
-
-
-
- org.codehaus.mojo
- exec-maven-plugin
- 3.1.0
+ net.revelc.code.formatter
+ formatter-maven-plugin
+ 2.25.0
- java
+ format
+ validate
- cz.jzitnik.Main
- compile
+
+ **/cz/jzitnik/game/crafting/recipes/**
+
+
org.apache.maven.plugins
maven-checkstyle-plugin
3.6.0
src/main/resources/config/checkstyle/checkstyle.xml
- true
+ false
+
+ **/src/main/java/**
+
+
+ **/cz/jzitnik/game/crafting/recipes/**
+
validate
- check
+ check
+
org.projectlombok
@@ -118,39 +75,32 @@
junit-jupiter
5.8.2
-
-
org.jline
jline-reader
3.20.0
-
org.reflections
reflections
0.10.2
-
com.google.guava
guava
31.1-jre
-
com.fasterxml.jackson.core
jackson-databind
2.18.2
-
junit
junit
4.13.2
test
-
org.slf4j
slf4j-api