From bfb2d93978cad872a039481b6173b2064a159d5a Mon Sep 17 00:00:00 2001 From: Cleydyr Albuquerque Date: Mon, 5 Mar 2018 21:22:15 -0300 Subject: [PATCH 1/2] =?UTF-8?q?Adicionei=20depend=C3=AAncias=20para=20evit?= =?UTF-8?q?ar=20erros=20no=20Eclipse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index d7bc24f..e132836 100644 --- a/pom.xml +++ b/pom.xml @@ -37,9 +37,24 @@ k-int.com http://developer.k-int.com/maven2/ + + central + http://central.maven.org/maven2/ + + + org.springframework + spring-context + 4.3.14.RELEASE + + + + log4j + log4j + 1.2.17 + javax.servlet jstl From c2a0bba1393bca95d571c9a087903b27c83753c8 Mon Sep 17 00:00:00 2001 From: Cleydyr Albuquerque Date: Tue, 6 Mar 2018 12:58:10 -0300 Subject: [PATCH 2/2] =?UTF-8?q?Adiciona=20mais=20configura=C3=A7=C3=B5es?= =?UTF-8?q?=20convenientes=20ao=20projeto=20Eclipse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .classpath | 11 ++++++++++- .gitignore | 1 + .project | 10 +++++----- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/.classpath b/.classpath index fc52fc4..059036d 100644 --- a/.classpath +++ b/.classpath @@ -13,5 +13,14 @@ - + + + + + + + + + + diff --git a/.gitignore b/.gitignore index aeb318a..afcde4c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .externalToolBuilders/ .settings/ .svn/ +/target/ diff --git a/.project b/.project index 123887c..5580f2a 100644 --- a/.project +++ b/.project @@ -25,11 +25,6 @@ - - org.eclipse.m2e.core.maven2Builder - - - org.eclipse.ui.externaltools.ExternalToolBuilder auto,full,incremental, @@ -40,6 +35,11 @@ + + org.eclipse.m2e.core.maven2Builder + + + org.eclipse.m2e.core.maven2Nature