<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.demo.jack</groupId>
<artifactId rel='nofollow' onclick='return false;'>CommonConfiguration</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.version>3.1.3.RELEASE</spring.version>
</properties>
<modules>
<module>../SHDemo</module>
<!-- <module>../SMDemo</module> -->
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.h2database</groupId>
<artifactId rel='nofollow' onclick='return false;'>h2</artifactId>
<version>1.3.176</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId rel='nofollow' onclick='return false;'>jetty-plus</artifactId>
<version>6.1H.22</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId rel='nofollow' onclick='return false;'>junit</artifactId>
<version>4.10</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId rel='nofollow' onclick='return false;'>hibernate-core</artifactId>
<version>3.5.2-Final</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId rel='nofollow' onclick='return false;'>hibernate-entitymanager</artifactId>
<version>3.5.2-Final</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId rel='nofollow' onclick='return false;'>mysql-connector-java</artifactId>
<version>5.1.20</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId rel='nofollow' onclick='return false;'>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId rel='nofollow' onclick='return false;'>slf4j-log4j12</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId rel='nofollow' onclick='return false;'>slf4j-api</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId rel='nofollow' onclick='return false;'>struts2-core</artifactId>
<version>2.3.16.3</version>
</dependency>
<dependency>
<groupId>org.dbunit</groupId>
<artifactId rel='nofollow' onclick='return false;'>dbunit</artifactId>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId rel='nofollow' onclick='return false;'>maven-plugin-api</artifactId>
<version>3.0.5</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId rel='nofollow' onclick='return false;'>javax.servlet-api</artifactId>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId rel='nofollow' onclick='return false;'>servlet-api</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId rel='nofollow' onclick='return false;'>jsp-api</artifactId>
<version>2.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jstl</groupId>
<artifactId rel='nofollow' onclick='return false;'>jstl</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>taglibs</groupId>
<artifactId rel='nofollow' onclick='return false;'>standard</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId rel='nofollow' onclick='return false;'>commons-logging</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId rel='nofollow' onclick='return false;'>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId rel='nofollow' onclick='return false;'>commons-beanutils</artifactId>
<version>1.8.3</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId rel='nofollow' onclick='return false;'>commons-io</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId rel='nofollow' onclick='return false;'>freemarker</artifactId>
<version>2.3.20</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId rel='nofollow' onclick='return false;'>spring-orm</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId rel='nofollow' onclick='return false;'>spring-core</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId rel='nofollow' onclick='return false;'>spring-aop</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId rel='nofollow' onclick='return false;'>spring-beans</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId rel='nofollow' onclick='return false;'>spring-context</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId rel='nofollow' onclick='return false;'>spring-webmvc</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId rel='nofollow' onclick='return false;'>spring-web</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>com.kenai.nbpwr</groupId>
<artifactId rel='nofollow' onclick='return false;'>javax-inject</artifactId>
<version>1.0-201002241208</version>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId rel='nofollow' onclick='return false;'>commons-dbcp</artifactId>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>org.mybatis</groupId>
<artifactId rel='nofollow' onclick='return false;'>mybatis-spring</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.mybatis</groupId>
<artifactId rel='nofollow' onclick='return false;'>mybatis</artifactId>
<version>3.2.7</version><!-- 3.2.6 -->
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId rel='nofollow' onclick='return false;'>mail</artifactId>
<version>1.4.7</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId rel='nofollow' onclick='return false;'>maven-source-plugin</artifactId>
<version>2.3</version>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>jar</goal>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId rel='nofollow' onclick='return false;'>maven-compiler-plugin</artifactId>
<version>3.0</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId rel='nofollow' onclick='return false;'>jetty-maven-plugin</artifactId>
<version>7.1.6.v20100715</version>
<configuration>
<systemProperties>
<systemProperty>
<name>spring.profiles.active</name>
<value>development</value>
</systemProperty>
</systemProperties>
<webAppConfig>
<contextPath>/${project.artifactId}</contextPath>
<!-- <defaultsDescriptor>src/main/resources/web.xml</defaultsDescriptor> -->
</webAppConfig>
<scanIntervalSeconds>600</scanIntervalSeconds>
<connectors>
<connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
<port>8088</port>
<maxIdleTime>60000</maxIdleTime>
</connector>
</connectors>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId rel='nofollow' onclick='return false;'>maven-resources-plugin</artifactId>
<version>2.6</version>
<executions>
<execution>
<id>copy-xmls</id>
<phase>process-sources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${basedir}/target/classes</outputDirectory>
<resources>
<resource>
<directory>${basedir}/src/main/java</directory>
<includes>
<include>**/*.xml</include>
<include>**/*.ftl</include>
<include>**/*.java</include>