pom.properties and etc..
parent
83ef76eb9e
commit
85e4f50e66
|
|
@ -1,9 +0,0 @@
|
|||
Manifest-Version: 1.0
|
||||
Built-By: jkhong
|
||||
Build-Jdk: 17.0.7
|
||||
Implementation-Title: Gen_Web_API
|
||||
Implementation-Version: 0.0.1-SNAPSHOT
|
||||
Implementation-Vendor-Id: kr.co.i4way
|
||||
Implementation-URL: https://spring.io/projects/spring-boot/Gen_Web_API
|
||||
Created-By: Maven Integration for Eclipse
|
||||
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
#Generated by Maven Integration for Eclipse
|
||||
#Fri Aug 25 15:07:32 KST 2023
|
||||
m2e.projectLocation=C\:\\Dev_Tools\\workspace\\gen_web_api
|
||||
m2e.projectName=gen_web_api
|
||||
groupId=kr.co.i4way
|
||||
artifactId=Gen_Web_API
|
||||
version=0.0.1-SNAPSHOT
|
||||
|
|
@ -1,282 +0,0 @@
|
|||
<?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.3.3.RELEASE</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
<groupId>kr.co.i4way</groupId>
|
||||
<artifactId>Gen_Web_API</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>Gen_Web_API</name>
|
||||
<description>Genesys Web Application</description>
|
||||
|
||||
<properties>
|
||||
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
|
||||
<java.version>1.8</java.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.webjars</groupId>
|
||||
<artifactId>webjars-locator-core</artifactId>
|
||||
<version>0.35</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-freemarker</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-websocket</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mybatis.spring.boot</groupId>
|
||||
<artifactId>mybatis-spring-boot-starter</artifactId>
|
||||
<version>2.1.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.webjars</groupId>
|
||||
<artifactId>bootstrap</artifactId>
|
||||
<version>4.5.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.webjars</groupId>
|
||||
<artifactId>jquery</artifactId>
|
||||
<version>3.1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.webjars</groupId>
|
||||
<artifactId>sockjs-client</artifactId>
|
||||
<version>1.0.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.webjars</groupId>
|
||||
<artifactId>stomp-websocket</artifactId>
|
||||
<version>2.3.3</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.oracle.ojdbc</groupId>
|
||||
<artifactId>ojdbc8</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.junit.vintage</groupId>
|
||||
<artifactId>junit-vintage-engine</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</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>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue