diff --git a/pom.xml b/pom.xml
index feb5541..86d0bae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,46 +3,41 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
space.kklochko
- jpa_hospital_example
+ spring_rest_example
2.0.1
- jar
+ war
Example of using jpa for a hostpital.
UTF-8
UTF-8
4.0.15
- 17
- 17
+ 11
+ 11
+ 5.2.3.RELEASE
+ 5.4.1.Final
+ SpringRestExample
org.apache.maven.plugins
- maven-jar-plugin
- 3.2.2
+ maven-compiler-plugin
+ 3.1
-
-
- space.kklochko.jpa_hospital_example.Main
- true
-
-
+ 11
+ 11
org.apache.maven.plugins
- maven-shade-plugin
- 3.4.1
-
-
- package
-
- shade
-
-
-
+ maven-war-plugin
+ 3.2.3
+
+ src/main/webapp
+ SpringRestExample
+
@@ -105,6 +100,45 @@
+
+ org.springframework
+ spring-core
+ 5.3.19
+
+
+ org.springframework
+ spring-webmvc
+ 5.2.3.RELEASE
+
+
+ org.springframework
+ spring-test
+ 5.2.3.RELEASE
+ test
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ 2.9.10.1
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.0.1
+ provided
+
+
+ log4j
+ log4j
+ 1.2.17
+
+
+
+ jakarta.servlet
+ jakarta.servlet-api
+ 6.0.0
+ provided
+
org.hibernate.orm
hibernate-core