diff --git a/.gitignore b/.gitignore index 6368c8a..a9c6328 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,4 @@ local.properties .classpath +/target/ diff --git a/pom.xml b/pom.xml index 5e35119..2605406 100644 --- a/pom.xml +++ b/pom.xml @@ -16,36 +16,11 @@ - mvn2 - http://repo1.maven.org/maven2/ - - true - - - true - - - - egovframe - http://www.egovframe.go.kr/maven/ - - true - - - false - - - - egovframe2 - http://maven.egovframe.kr:8080/maven/ - - true - - - false - + maven-public + https://nas.xit.co.kr:8888/repository/maven-public/ + diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 2a25bef..0bd453b 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -1,7 +1,9 @@ + xmlns="http://java.sun.com/xml/ns/javaee" + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_1.xsd" + id="WebApp_ID" + version="3.1"> WEBSQUARE5