333 lines
10 KiB
XML
333 lines
10 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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>
|
|
<parent>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<version>2.1.6.RELEASE</version>
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
</parent>
|
|
<groupId>kr.co.i4way</groupId>
|
|
<artifactId>i_framework_lite</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
<name>i_framework_lite</name>
|
|
<packaging>war</packaging>
|
|
<description>Genesys Manage for Spring Boot</description>
|
|
|
|
<repositories>
|
|
<repository>
|
|
<id>oracle</id>
|
|
<url>http://maven.jahia.org/maven2</url>
|
|
</repository>
|
|
</repositories>
|
|
|
|
<properties>
|
|
<java.version>1.8</java.version>
|
|
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
|
|
<webapp.lib>${basedir}/lib</webapp.lib>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
|
<artifactId>tomcat-embed-jasper</artifactId>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- marked the embedded servlet container as provided -->
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-tomcat</artifactId>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
<groupId>javax.servlet</groupId>
|
|
<artifactId>jstl</artifactId>
|
|
<version>1.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.oracle</groupId>
|
|
<artifactId>ojdbc6</artifactId>
|
|
<version>12.1.0.2</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.9.9</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
<version>1.1.1</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.webjars</groupId>
|
|
<artifactId>webjars-locator-core</artifactId>
|
|
</dependency>
|
|
<!-- https://mvnrepository.com/artifact/org.webjars/sockjs-client -->
|
|
<dependency>
|
|
<groupId>org.webjars</groupId>
|
|
<artifactId>sockjs-client</artifactId>
|
|
<version>1.1.2</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.webjars</groupId>
|
|
<artifactId>stomp-websocket</artifactId>
|
|
<version>2.3.3</version>
|
|
</dependency>
|
|
|
|
<!-- MultipartHttpServletRequset -->
|
|
<dependency>
|
|
<groupId>commons-io</groupId>
|
|
<artifactId>commons-io</artifactId>
|
|
<version>2.0.1</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.googlecode.json-simple</groupId>
|
|
<artifactId>json-simple</artifactId>
|
|
<version>1.1</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>commons-fileupload</groupId>
|
|
<artifactId>commons-fileupload</artifactId>
|
|
<version>1.2.2</version>
|
|
</dependency>
|
|
|
|
<!-- Genesys Library -->
|
|
<dependency>
|
|
<groupId>apptemplate</groupId>
|
|
<artifactId>apptemplate</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/apptemplate.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>apptemplate-log4j2</groupId>
|
|
<artifactId>apptemplate-log4j2</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/apptemplate-log4j2.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>clusterprotocolappblock</groupId>
|
|
<artifactId>clusterprotocolappblock</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/clusterprotocolappblock.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>comappblock</groupId>
|
|
<artifactId>comappblock</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/comappblock.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons</groupId>
|
|
<artifactId>commons</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/commons.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commonsappblock</groupId>
|
|
<artifactId>commonsappblock</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/commonsappblock.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>configurationprotocol</groupId>
|
|
<artifactId>configurationprotocol</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/configurationprotocol.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>connection</groupId>
|
|
<artifactId>connection</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/connection.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>contactsprotocol</groupId>
|
|
<artifactId>contactsprotocol</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/contactsprotocol.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>jackson2-module</groupId>
|
|
<artifactId>jackson2-module</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/jackson2-module.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>kvlistbinding</groupId>
|
|
<artifactId>kvlistbinding</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/kvlistbinding.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>kvlists</groupId>
|
|
<artifactId>kvlists</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/kvlists.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>logging</groupId>
|
|
<artifactId>logging</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/logging.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>managementprotocol</groupId>
|
|
<artifactId>managementprotocol</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/managementprotocol.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>messagebrokerappblock</groupId>
|
|
<artifactId>messagebrokerappblock</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/messagebrokerappblock.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>netty-all-4.1.33.Final</groupId>
|
|
<artifactId>netty-all-4.1.33.Final</artifactId>
|
|
<version>4.1.33.Final</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/netty-all-4.1.33.Final.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>openmediaprotocol</groupId>
|
|
<artifactId>openmediaprotocol</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/openmediaprotocol.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>outboundprotocol</groupId>
|
|
<artifactId>outboundprotocol</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/outboundprotocol.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>protocol</groupId>
|
|
<artifactId>protocol</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/protocol.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>protocolmanagerappblock</groupId>
|
|
<artifactId>protocolmanagerappblock</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/protocolmanagerappblock.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>reportingprotocol</groupId>
|
|
<artifactId>reportingprotocol</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/reportingprotocol.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>routingprotocol</groupId>
|
|
<artifactId>routingprotocol</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/routingprotocol.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>system</groupId>
|
|
<artifactId>system</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/system.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>voiceprotocol</groupId>
|
|
<artifactId>voiceprotocol</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/voiceprotocol.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>warmstandbyappblock</groupId>
|
|
<artifactId>warmstandbyappblock</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/warmstandbyappblock.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>webmediaprotocol</groupId>
|
|
<artifactId>webmediaprotocol</artifactId>
|
|
<version>9.0.007</version>
|
|
<scope>system</scope>
|
|
<systemPath>${basedir}/lib/webmediaprotocol.jar</systemPath>
|
|
</dependency>
|
|
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<configuration>
|
|
<includeSystemScope>true</includeSystemScope>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
</project>
|