436 lines
14 KiB
XML
436 lines
14 KiB
XML
<?xml version="1.0" encoding="EUC-KR"?>
|
||
<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/maven-v4_0_0.xsd">
|
||
<modelVersion>4.0.0</modelVersion>
|
||
<groupId>kr.co</groupId>
|
||
<artifactId>ROOT</artifactId>
|
||
<name>timsTr</name>
|
||
<packaging>war</packaging>
|
||
<version>1.0.0</version>
|
||
<properties>
|
||
<java-version>1.8</java-version>
|
||
<org.springframework-version>4.3.10.RELEASE</org.springframework-version>
|
||
<org.aspectj-version>1.8.4</org.aspectj-version>
|
||
<org.slf4j-version>1.6.6</org.slf4j-version>
|
||
<project.build.sourceEncoding>EUC-KR</project.build.sourceEncoding>
|
||
<project.reporting.outputEncoding>EUC-KR</project.reporting.outputEncoding>
|
||
</properties>
|
||
<dependencies>
|
||
<!-- Spring -->
|
||
<dependency>
|
||
<groupId>org.springframework</groupId>
|
||
<artifactId>spring-context</artifactId>
|
||
<version>${org.springframework-version}</version>
|
||
<exclusions>
|
||
<!-- Exclude Commons Logging in favor of SLF4j -->
|
||
<exclusion>
|
||
<groupId>commons-logging</groupId>
|
||
<artifactId>commons-logging</artifactId>
|
||
</exclusion>
|
||
</exclusions>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework</groupId>
|
||
<artifactId>spring-webmvc</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-core</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-beans</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-context-support</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-aspects</artifactId>
|
||
<version>${org.springframework-version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework</groupId>
|
||
<artifactId>spring-aop</artifactId>
|
||
<version>${org.springframework-version}</version>
|
||
</dependency>
|
||
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
|
||
<dependency>
|
||
<groupId>com.fasterxml.jackson.core</groupId>
|
||
<artifactId>jackson-databind</artifactId>
|
||
<version>2.10.0</version>
|
||
</dependency>
|
||
<!-- https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-core-asl -->
|
||
<dependency>
|
||
<groupId>org.codehaus.jackson</groupId>
|
||
<artifactId>jackson-core-asl</artifactId>
|
||
<version>1.9.13</version>
|
||
</dependency>
|
||
<!-- https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-mapper-lgpl -->
|
||
<dependency>
|
||
<groupId>org.codehaus.jackson</groupId>
|
||
<artifactId>jackson-mapper-lgpl</artifactId>
|
||
<version>1.9.13</version>
|
||
</dependency>
|
||
<!-- AspectJ -->
|
||
<dependency>
|
||
<groupId>org.springframework</groupId>
|
||
<artifactId>spring-aop</artifactId>
|
||
<version>${org.springframework-version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework</groupId>
|
||
<artifactId>spring-jdbc</artifactId>
|
||
<version>${org.springframework-version}</version>
|
||
</dependency>
|
||
<!-- DB<44><42>ȣȭ -->
|
||
<dependency>
|
||
<groupId>org.jasypt</groupId>
|
||
<artifactId>jasypt-spring3</artifactId>
|
||
<version>1.9.2</version>
|
||
</dependency>
|
||
|
||
<!-- MySQL JDBC Drive -->
|
||
<dependency>
|
||
<groupId>mysql</groupId>
|
||
<artifactId>mysql-connector-java</artifactId>
|
||
<version>8.0.15</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.mariadb.jdbc</groupId>
|
||
<artifactId>mariadb-java-client</artifactId>
|
||
<version>2.2.3</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.bgee.log4jdbc-log4j2</groupId>
|
||
<artifactId>log4jdbc-log4j2-jdbc4.1</artifactId>
|
||
<version>1.16</version>
|
||
</dependency>
|
||
<!-- mybatis -->
|
||
<dependency>
|
||
<groupId>org.mybatis</groupId>
|
||
<artifactId>mybatis</artifactId>
|
||
<version>3.5.0</version>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>org.mybatis</groupId>
|
||
<artifactId>mybatis-spring</artifactId>
|
||
<version>2.0.0</version>
|
||
</dependency>
|
||
|
||
<!-- AspectJ -->
|
||
<dependency>
|
||
<groupId>org.aspectj</groupId>
|
||
<artifactId>aspectjrt</artifactId>
|
||
<version>${org.aspectj-version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.aspectj</groupId>
|
||
<artifactId>aspectjweaver</artifactId>
|
||
<version>${org.aspectj-version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.aspectj</groupId>
|
||
<artifactId>aspectjtools</artifactId>
|
||
<version>${org.aspectj-version}</version>
|
||
</dependency>
|
||
<!-- Logging -->
|
||
<dependency>
|
||
<groupId>org.slf4j</groupId>
|
||
<artifactId>slf4j-api</artifactId>
|
||
<version>${org.slf4j-version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.slf4j</groupId>
|
||
<artifactId>jcl-over-slf4j</artifactId>
|
||
<version>${org.slf4j-version}</version>
|
||
<scope>runtime</scope>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.slf4j</groupId>
|
||
<artifactId>slf4j-log4j12</artifactId>
|
||
<version>${org.slf4j-version}</version>
|
||
<scope>runtime</scope>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.ibm.informix</groupId>
|
||
<artifactId>jdbc</artifactId>
|
||
<version>4.10.9</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>log4j</groupId>
|
||
<artifactId>log4j</artifactId>
|
||
<version>1.2.15</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>
|
||
<scope>runtime</scope>
|
||
</dependency>
|
||
<!-- log4jdbc -->
|
||
<!-- jechoi <20>߰<EFBFBD> -->
|
||
<dependency>
|
||
<groupId>org.lazyluke</groupId>
|
||
<artifactId>log4jdbc-remix</artifactId>
|
||
<version>0.2.7</version>
|
||
</dependency>
|
||
<!-- @Inject -->
|
||
<dependency>
|
||
<groupId>javax.inject</groupId>
|
||
<artifactId>javax.inject</artifactId>
|
||
<version>1</version>
|
||
</dependency>
|
||
|
||
<!-- MySQL JDBC Drive -->
|
||
<dependency>
|
||
<groupId>mysql</groupId>
|
||
<artifactId>mysql-connector-java</artifactId>
|
||
<version>8.0.15</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.mariadb.jdbc</groupId>
|
||
<artifactId>mariadb-java-client</artifactId>
|
||
<version>2.2.3</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.bgee.log4jdbc-log4j2</groupId>
|
||
<artifactId>log4jdbc-log4j2-jdbc4.1</artifactId>
|
||
<version>1.16</version>
|
||
</dependency>
|
||
|
||
<!-- Servlet -->
|
||
<dependency>
|
||
<groupId>javax.servlet</groupId>
|
||
<artifactId>servlet-api</artifactId>
|
||
<version>2.5</version>
|
||
<scope>provided</scope>
|
||
</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>jstl</artifactId>
|
||
<version>1.2</version>
|
||
</dependency>
|
||
<!-- Transactional -->
|
||
<dependency>
|
||
<groupId>cglib</groupId>
|
||
<artifactId>cglib</artifactId>
|
||
<version>3.2.10</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cglib</groupId>
|
||
<artifactId>cglib-nodep</artifactId>
|
||
<version>3.2.10</version>
|
||
</dependency>
|
||
<!-- MYBATIS -->
|
||
<dependency>
|
||
<groupId>org.mybatis</groupId>
|
||
<artifactId>mybatis</artifactId>
|
||
<version>3.2.7</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.mybatis</groupId>
|
||
<artifactId>mybatis-spring</artifactId>
|
||
<version>1.2.2</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>commons-dbcp</groupId>
|
||
<artifactId>commons-dbcp</artifactId>
|
||
<version>1.4</version>
|
||
</dependency>
|
||
<!-- database connection pool -->
|
||
<dependency>
|
||
<groupId>org.apache.commons</groupId>
|
||
<artifactId>commons-dbcp2</artifactId>
|
||
<version>2.4.0</version>
|
||
</dependency>
|
||
<!-- Transactional -->
|
||
<dependency>
|
||
<groupId>cglib</groupId>
|
||
<artifactId>cglib</artifactId>
|
||
<version>3.2.10</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cglib</groupId>
|
||
<artifactId>cglib-nodep</artifactId>
|
||
<version>3.2.10</version>
|
||
</dependency>
|
||
<!-- Test -->
|
||
<dependency>
|
||
<groupId>junit</groupId>
|
||
<artifactId>junit</artifactId>
|
||
<version>4.7</version>
|
||
<scope>test</scope>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.mariadb.jdbc</groupId>
|
||
<artifactId>mariadb-java-client</artifactId>
|
||
<version>2.2.6</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.thoughtworks.gauge</groupId>
|
||
<artifactId>gauge-java</artifactId>
|
||
<version>0.2.1</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>commons-fileupload</groupId>
|
||
<artifactId>commons-fileupload</artifactId>
|
||
<version>1.3.2</version>
|
||
</dependency>
|
||
|
||
<!-- Apache Commons IO -->
|
||
<dependency>
|
||
<groupId>commons-io</groupId>
|
||
<artifactId>commons-io</artifactId>
|
||
<version>2.4</version>
|
||
</dependency>
|
||
<!-- ehcache -->
|
||
<dependency>
|
||
<groupId>net.sf.ehcache</groupId>
|
||
<artifactId>ehcache</artifactId>
|
||
<version>2.10.6</version>
|
||
</dependency>
|
||
|
||
<!-- https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple -->
|
||
<dependency>
|
||
<groupId>com.googlecode.json-simple</groupId>
|
||
<artifactId>json-simple</artifactId>
|
||
<version>1.1</version>
|
||
</dependency>
|
||
<!-- kongConv -->
|
||
<!-- https://mvnrepository.com/artifact/net.sourceforge.jexcelapi/jxl -->
|
||
<dependency>
|
||
<groupId>net.sourceforge.jexcelapi</groupId>
|
||
<artifactId>jxl</artifactId>
|
||
<version>2.6.12</version>
|
||
</dependency>
|
||
|
||
<!-- https://mvnrepository.com/artifact/xalan/xalan -->
|
||
<dependency>
|
||
<groupId>xalan</groupId>
|
||
<artifactId>xalan</artifactId>
|
||
<version>2.7.1</version>
|
||
</dependency>
|
||
|
||
<!-- eMail <20><><EFBFBD><EFBFBD> email.jar activation.jar -->
|
||
<dependency>
|
||
<groupId>javax.mail</groupId>
|
||
<artifactId>mail</artifactId>
|
||
<version>1.4</version>
|
||
</dependency>
|
||
|
||
<!-- https://mvnrepository.com/artifact/backport-util-concurrent/backport-util-concurrent-java12 -->
|
||
<dependency>
|
||
<groupId>backport-util-concurrent</groupId>
|
||
<artifactId>backport-util-concurrent-java12</artifactId>
|
||
<version>3.1</version>
|
||
</dependency>
|
||
<!-- https://mvnrepository.com/artifact/backport-util-concurrent/backport-util-concurrent -->
|
||
<dependency>
|
||
<groupId>backport-util-concurrent</groupId>
|
||
<artifactId>backport-util-concurrent</artifactId>
|
||
<version>3.1</version>
|
||
</dependency>
|
||
|
||
<!-- https://mvnrepository.com/artifact/org.hibersap/com.sap.conn.jco.sapjco3 -->
|
||
<dependency>
|
||
<groupId>org.hibersap</groupId>
|
||
<artifactId>com.sap.conn.jco.sapjco3</artifactId>
|
||
<version>3.0.0</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>mysql</groupId>
|
||
<artifactId>mysql-connector-java</artifactId>
|
||
<version>8.0.15</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>commons-httpclient</groupId>
|
||
<artifactId>commons-httpclient</artifactId>
|
||
<version>3.1</version>
|
||
</dependency>
|
||
</dependencies>
|
||
<build>
|
||
<plugins>
|
||
<plugin>
|
||
<artifactId>maven-eclipse-plugin</artifactId>
|
||
<version>2.9</version>
|
||
<configuration>
|
||
<additionalProjectnatures>
|
||
<projectnature>org.springframework.ide.eclipse.core.springnature</projectnature>
|
||
</additionalProjectnatures>
|
||
<additionalBuildcommands>
|
||
<buildcommand>org.springframework.ide.eclipse.core.springbuilder</buildcommand>
|
||
</additionalBuildcommands>
|
||
<downloadSources>true</downloadSources>
|
||
<downloadJavadocs>true</downloadJavadocs>
|
||
</configuration>
|
||
</plugin>
|
||
<plugin>
|
||
<groupId>org.apache.maven.plugins</groupId>
|
||
<artifactId>maven-compiler-plugin</artifactId>
|
||
<version>2.5.1</version>
|
||
<configuration>
|
||
<source>1.8</source>
|
||
<target>1.8</target>
|
||
<compilerArgument>-Xlint:all</compilerArgument>
|
||
<showWarnings>true</showWarnings>
|
||
<showDeprecation>true</showDeprecation>
|
||
</configuration>
|
||
</plugin>
|
||
<plugin>
|
||
<groupId>org.codehaus.mojo</groupId>
|
||
<artifactId>exec-maven-plugin</artifactId>
|
||
<version>1.2.1</version>
|
||
<configuration>
|
||
<mainClass>org.test.int1.Main</mainClass>
|
||
</configuration>
|
||
</plugin>
|
||
</plugins>
|
||
</build>
|
||
</project>
|