diff --git a/.gitignore b/.gitignore
index fee28eca7..c67299421 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,3 @@ org.eclipse.wst.common.project.facet.core.xml
org.eclipse.wst.validation.prefs
org.jboss.ide.eclipse.as.core.prefs
/target/
-/.settings/
diff --git a/pom.xml b/pom.xml
index a25ed9b59..8b31781ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,42 +6,29 @@
Flyway
1.0.0
-
- 1.8
- 1.8
- 1.8
- ISO-8859-1
-
-
-
-
- rj-releases
- http://52.5.53.15:8081/nexus/content/repositories/releases/
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-release-plugin
- 3.8.1
-
- @{project.version}
-
-
-
-
-
-
-
- org.sonarsource.scanner.maven
- sonar-maven-plugin
- 3.9.1
-
-
-
-
+
+ src
+
+
+ src
+
+ **/*.java
+
+
+
+
+
+ maven-compiler-plugin
+ 3.8.1
+
+ 1.8
+ 1.8
+ ISO-8859-1
+
+
+
+ ${project.artifactId}
+
@@ -56,9 +43,8 @@
javax.servlet
- javax.servlet-api
- 4.0.1
- provided
+ servlet-api
+ 2.5
br.com.rjconsultores