diff --git a/pom.xml b/pom.xml
index 7d2812f..acf28c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,24 +1,59 @@
+
- 4.0.0
-
- com.netology.app
- simple-app
- 1.0-SNAPSHOT
-
-
- my-repo
- maven-public
- http://localhost:8081/repository/maven-public/
-
-
-
-
-
-
\ No newline at end of file
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+
+ org.netology
+ example-maven
+ jar
+ 0.1.0
+
+
+ 1.8
+ 1.8
+
+
+
+
+
+ joda-time
+ joda-time
+ 2.9.2
+
+
+
+
+ junit
+ junit
+ 4.12
+ test
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+ 3.2.4
+
+
+ package
+
+ shade
+
+
+
+
+ hello.HelloWorld
+
+
+
+
+
+
+
+
+
+