diff --git a/pom.xml b/pom.xml
index 0ecd63de647..e0d5642f3ab 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1,45 +1,58 @@
-
- 4.0.0
- in.javahome
- myweb
- war
- 0.0.9
- my-app
- http://maven.apache.org
+project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ in.javahome
+ myweb
+ war
+ 0.0.9
+ my-app
+ http://maven.apache.org
-
-
- javax.servlet
- javax.servlet-api
- 3.0.1
-
-
-
- junit
- junit
- 3.8.1
- test
-
-
- com.lowagie
- itext
- 2.1.7
-
-
- org.apache.poi
- poi
- 5.2.0
-
-
- org.apache.poi
- poi-ooxml
- 5.2.0
-
-
-
- 6
- 1.6
-
-
-
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.0.1
+
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+
+ com.lowagie
+ itext
+ 2.1.7
+
+
+ org.apache.poi
+ poi
+ 5.2.0
+
+
+ org.apache.poi
+ poi-ooxml
+ 5.2.0
+
+
+
+ 7
+ 1.7
+
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ 3.3.1
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.8.1
+
+
+
+