<
modelVersion
>4.0.0</
modelVersion
>
<
groupId
>kr.co.beany</
groupId
>
<
artifactId
>sample-spring-webapp</
artifactId
>
<
packaging
>war</
packaging
>
<
version
>1.0.0</
version
>
<
name
>sample-spring-webapp Maven Webapp</
name
>
<
properties
>
<
project.build.sourceEncoding
>UTF-8</
project.build.sourceEncoding
>
<
org.springframework.version
>3.1.1.RELEASE</
org.springframework.version
>
<
org.slf4j.version
>1.5.8</
org.slf4j.version
>
<
org.codehaus.jackson.version
>1.9.3</
org.codehaus.jackson.version
>
</
properties
>
<
dependencies
>
<
dependency
>
<
groupId
>junit</
groupId
>
<
artifactId
>junit</
artifactId
>
<
version
>3.8.1</
version
>
<
scope
>test</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>javax.servlet</
groupId
>
<
artifactId
>jstl</
artifactId
>
<
version
>1.2</
version
>
</
dependency
>
<
dependency
>
<
groupId
>javax.servlet.jsp</
groupId
>
<
artifactId
>jsp-api</
artifactId
>
<
version
>2.2</
version
>
<
scope
>provided</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>javax.servlet</
groupId
>
<
artifactId
>javax.servlet-api</
artifactId
>
<
version
>3.0.1</
version
>
<
scope
>provided</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>taglibs</
groupId
>
<
artifactId
>standard</
artifactId
>
<
version
>1.1.2</
version
>
<
scope
>provided</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>aopalliance</
groupId
>
<
artifactId
>aopalliance</
artifactId
>
<
version
>1.0</
version
>
</
dependency
>
<
dependency
>
<
groupId
>aspectj</
groupId
>
<
artifactId
>aspectjweaver</
artifactId
>
<
version
>1.5.4</
version
>
</
dependency
>
<
dependency
>
<
groupId
>asm</
groupId
>
<
artifactId
>asm</
artifactId
>
<
version
>3.3.1</
version
>
</
dependency
>
<
dependency
>
<
groupId
>commons-beanutils</
groupId
>
<
artifactId
>commons-beanutils</
artifactId
>
<
version
>1.8.0</
version
>
</
dependency
>
<
dependency
>
<
groupId
>commons-dbcp</
groupId
>
<
artifactId
>commons-dbcp</
artifactId
>
<
version
>1.4</
version
>
</
dependency
>
<
dependency
>
<
groupId
>commons-collections</
groupId
>
<
artifactId
>commons-collections</
artifactId
>
<
version
>3.2.1</
version
>
</
dependency
>
<
dependency
>
<
groupId
>commons-digester</
groupId
>
<
artifactId
>commons-digester</
artifactId
>
<
version
>2.0</
version
>
</
dependency
>
<
dependency
>
<
groupId
>commons-fileupload</
groupId
>
<
artifactId
>commons-fileupload</
artifactId
>
<
version
>1.2.2</
version
>
</
dependency
>
<
dependency
>
<
groupId
>commons-lang</
groupId
>
<
artifactId
>commons-lang</
artifactId
>
<
version
>2.5</
version
>
</
dependency
>
<
dependency
>
<
groupId
>commons-logging</
groupId
>
<
artifactId
>commons-logging</
artifactId
>
<
version
>1.1.1</
version
>
</
dependency
>
<
dependency
>
<
groupId
>commons-pool</
groupId
>
<
artifactId
>commons-pool</
artifactId
>
<
version
>1.5.4</
version
>
</
dependency
>
<
dependency
>
<
groupId
>cglib</
groupId
>
<
artifactId
>cglib</
artifactId
>
<
version
>2.2.2</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.springframework</
groupId
>
<
artifactId
>spring-aop</
artifactId
>
<
version
>${org.springframework.version}</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.springframework</
groupId
>
<
artifactId
>spring-asm</
artifactId
>
<
version
>${org.springframework.version}</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.springframework</
groupId
>
<
artifactId
>spring-beans</
artifactId
>
<
version
>${org.springframework.version}</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.springframework</
groupId
>
<
artifactId
>spring-context</
artifactId
>
<
version
>${org.springframework.version}</
version
>
<
exclusions
>
<
exclusion
>
<
groupId
>commons-logging</
groupId
>
<
artifactId
>commons-logging</
artifactId
>
</
exclusion
>
</
exclusions
>
</
dependency
>
<
dependency
>
<
groupId
>org.springframework</
groupId
>
<
artifactId
>spring-context-support</
artifactId
>
<
version
>${org.springframework.version}</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.springframework</
groupId
>
<
artifactId
>spring-core</
artifactId
>
<
version
>${org.springframework.version}</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.springframework</
groupId
>
<
artifactId
>spring-expression</
artifactId
>
<
version
>${org.springframework.version}</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.springframework</
groupId
>
<
artifactId
>spring-oxm</
artifactId
>
<
version
>${org.springframework.version}</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.springframework</
groupId
>
<
artifactId
>spring-jdbc</
artifactId
>
<
version
>${org.springframework.version}</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.springframework</
groupId
>
<
artifactId
>spring-tx</
artifactId
>
<
version
>${org.springframework.version}</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.springframework</
groupId
>
<
artifactId
>spring-web</
artifactId
>
<
version
>${org.springframework.version}</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.springframework</
groupId
>
<
artifactId
>spring-webmvc</
artifactId
>
<
version
>${org.springframework.version}</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.slf4j</
groupId
>
<
artifactId
>slf4j-api</
artifactId
>
<
version
>1.5.8</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.slf4j</
groupId
>
<
artifactId
>jcl-over-slf4j</
artifactId
>
<
version
>${org.slf4j.version}</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.slf4j</
groupId
>
<
artifactId
>slf4j-log4j12</
artifactId
>
<
version
>${org.slf4j.version}</
version
>
</
dependency
>
<
dependency
>
<
groupId
>log4j</
groupId
>
<
artifactId
>log4j</
artifactId
>
<
version
>1.2.14</
version
>
<
exclusions
>
<
exclusion
>
<
groupId
>javax.mail</
groupId
>
<
artifactId
>mail</
artifactId
>
</
exclusion
>
<
exclusion
>
<
groupId
>javax.jms</
groupId
>
<
artifactId
>jms</
artifactId
>
</
exclusion
>
<
exclusion
>
<
groupId
>com.sun.jdmk</
groupId
>
<
artifactId
>jmxtools</
artifactId
>
</
exclusion
>
<
exclusion
>
<
groupId
>com.sun.jmx</
groupId
>
<
artifactId
>jmxri</
artifactId
>
</
exclusion
>
</
exclusions
>
</
dependency
>
<
dependency
>
<
groupId
>net.java.dev.rome</
groupId
>
<
artifactId
>rome</
artifactId
>
<
version
>1.0.0</
version
>
</
dependency
>
<
dependency
>
<
groupId
>jdom</
groupId
>
<
artifactId
>jdom</
artifactId
>
<
version
>1.0</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.codehaus.jackson</
groupId
>
<
artifactId
>jackson-core-asl</
artifactId
>
<
version
>${org.codehaus.jackson.version}</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.codehaus.jackson</
groupId
>
<
artifactId
>jackson-mapper-asl</
artifactId
>
<
version
>${org.codehaus.jackson.version}</
version
>
</
dependency
>
<
dependency
>
<
groupId
>javax.validation</
groupId
>
<
artifactId
>validation-api</
artifactId
>
<
version
>1.0.0.GA</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.hibernate</
groupId
>
<
artifactId
>hibernate-validator</
artifactId
>
<
version
>4.2.0.Final</
version
>
</
dependency
>
<
dependency
>
<
groupId
>javax.persistence</
groupId
>
<
artifactId
>persistence-api</
artifactId
>
<
version
>1.0.2</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.hsqldb</
groupId
>
<
artifactId
>hsqldb</
artifactId
>
<
version
>2.2.7</
version
>
</
dependency
>
<
dependency
>
<
groupId
>mysql</
groupId
>
<
artifactId
>mysql-connector-java</
artifactId
>
<
version
>5.1.18</
version
>
</
dependency
>
<
dependency
>
<
groupId
>joda-time</
groupId
>
<
artifactId
>joda-time</
artifactId
>
<
version
>2.0</
version
>
</
dependency
>
</
dependencies
>
<
build
>
<
finalName
>sample-spring-webapp</
finalName
>
<
plugins
>
<
plugin
>
<
groupId
>org.apache.maven.plugins</
groupId
>
<
artifactId
>maven-war-plugin</
artifactId
>
<
version
>2.2</
version
>
<
configuration
>
<
warSourceDirectory
>webapp</
warSourceDirectory
>
</
configuration
>
</
plugin
>
<
plugin
>
<
groupId
>org.apache.maven.plugins</
groupId
>
<
artifactId
>maven-compiler-plugin</
artifactId
>
<
version
>2.3.2</
version
>
<
configuration
>
<
source
>1.6</
source
>
<
target
>1.6</
target
>
<
encoding
>UTF-8</
encoding
>
</
configuration
>
</
plugin
>
<
plugin
>
<
artifactId
>maven-eclipse-plugin</
artifactId
>
<
version
>2.9</
version
>
<
configuration
>
<
downloadSources
>true</
downloadSources
>
<
downloadJavadocs
>true</
downloadJavadocs
>
<
wtpversion
>2.0</
wtpversion
>
</
configuration
>
</
plugin
>
</
plugins
>
</
build
>
</
project
>