| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293 |
- <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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>com.style24</groupId>
- <artifactId>root</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>com.style24.admin</groupId>
- <artifactId>style24.admin</artifactId>
- <packaging>war</packaging>
- <name>style24.admin</name>
- <description>STYLE24 Admin</description>
-
- <dependencies>
- <!-- Maven module core -->
- <dependency>
- <groupId>com.style24.core</groupId>
- <artifactId>style24-core</artifactId>
- <version>0.0.1</version>
- </dependency>
- <!--// Maven module core -->
-
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-security</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springframework.security</groupId>
- <artifactId>spring-security-test</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-thymeleaf</artifactId>
- </dependency>
- <dependency>
- <groupId>nz.net.ultraq.thymeleaf</groupId>
- <artifactId>thymeleaf-layout-dialect</artifactId>
- </dependency>
-
- <dependency>
- <groupId>servlets.com</groupId>
- <artifactId>cos</artifactId>
- <version>05Nov2002</version>
- </dependency>
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>1.4</version>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>2.6</version>
- </dependency>
-
- <!-- /// dextupload lib -->
- <dependency>
- <groupId>devpia.dextuploadnj</groupId>
- <artifactId>dextuploadnj</artifactId>
- <version>2.3.2</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/dextuploadnj-2.3.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>devpia.dextuploadnj</groupId>
- <artifactId>devpia.dextuploadnj.support.spring</artifactId>
- <version>2.3.2</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/dextuploadnj.support.spring-2.3.2.jar</systemPath>
- </dependency>
- <!-- \\\ dextupload lib -->
-
- <!-- /// WEB-INF lib -->
- <dependency>
- <groupId>com.gagaframework</groupId>
- <artifactId>gagaframework-web-core</artifactId>
- <version>1.7.1-RELEASE</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-web-core-1.7.1-RELEASE.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.gagaframework</groupId>
- <artifactId>gagaframework-web-security</artifactId>
- <version>1.7.2-RELEASE</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-web-security-1.7.2-RELEASE.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.gagaframework</groupId>
- <artifactId>gagaframework-web-parameter</artifactId>
- <version>1.7-RELEASE</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-web-parameter-1.7-RELEASE.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.gagaframework</groupId>
- <artifactId>gagaframework-web-rest</artifactId>
- <version>1.7.1-RELEASE</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-web-rest-1.7-RELEASE.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.gagaframework</groupId>
- <artifactId>gagaframework-web-util</artifactId>
- <version>1.7-RELEASE</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-web-util-1.7-RELEASE.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.gagaframework</groupId>
- <artifactId>gagaframework-excel</artifactId>
- <version>1.7.1-RELEASE</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-excel-1.7.1-RELEASE.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.gagaframework</groupId>
- <artifactId>gagaframework-shoplinker</artifactId>
- <version>1.7-RELEASE</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-shoplinker-1.7.2-RELEASE.jar</systemPath>
- </dependency>
- <!-- /// KCP -->
- <dependency>
- <groupId>com.kcp</groupId>
- <artifactId>kcp</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/jPpcliE.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.kcp</groupId>
- <artifactId>ConnectionKCP</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/ConnectionKCP.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>kr.co.kcp.CT_CLI</groupId>
- <artifactId>CT_CLI</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/CtCli-1.0.6.jar</systemPath>
- </dependency>
- <!-- \\\ KCP -->
- <!-- /// USAFE 보증보험 -->
- <dependency>
- <groupId>com.usafe.guarantee</groupId>
- <artifactId>usafe-guarantee</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/usafe.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.blowfishj</groupId>
- <artifactId>usafe-blowfishj</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/usafe.jar</systemPath>
- </dependency>
- <!-- \\\ USAFE 보증보험 -->
- <!-- 네이버페이 -->
- <dependency>
- <groupId>org.apache.axis</groupId>
- <artifactId>axis</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/axis.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bouncycastle</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/bcprov-jdk16-138.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml</groupId>
- <artifactId>rpc</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/jaxrpc.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.nhncorp</groupId>
- <artifactId>SimpleCryptLib</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/SimpleCryptLib-1.1.0.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.apache.commons.discovery</groupId>
- <artifactId>common-discovery</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/commons-discovery-0.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.apache.commons.logging</groupId>
- <artifactId>common-logging</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/commons-logging-1.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>javax.xml.soap</groupId>
- <artifactId>saaj</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/saaj.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>wsdl4j</groupId>
- <artifactId>wsdl4j</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/wsdl4j.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>jsr173api</groupId>
- <artifactId>jsr173api</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/jsr173_1.0_api.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/xalan.jar</systemPath>
- </dependency>
- <!-- \\\ WEB-INF lib -->
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <version>3.1.0</version>
- <executions>
- <execution>
- <id>copyCore</id>
- <phase>prepare-package</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
- <resources>
- <resource>
- <directory>
- ${basedir}/../style24.core/target/classes
- </directory>
- <filtering>
- false
- </filtering>
- <includes>
- <include>**/*</include>
- </includes>
- </resource>
- </resources>
- <outputDirectory>
- ${basedir}/target/classes
- </outputDirectory>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- <finalName>${project.name}</finalName>
- <resources>
- <resource>
- <directory>src/main/java</directory>
- <includes>
- <include>**/*.xml</include>
- </includes>
- </resource>
- <resource>
- <directory>src/main/resources</directory>
- <includes>
- <include>**/*</include>
- </includes>
- </resource>
- </resources>
- </build>
- </project>
|