javassist 추가
This commit is contained in:
37
pom.xml
37
pom.xml
@@ -1,5 +1,7 @@
|
|||||||
<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">
|
<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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>kr.co.mantech</groupId>
|
<groupId>kr.co.mantech</groupId>
|
||||||
<artifactId>acc-webapp-mvn</artifactId>
|
<artifactId>acc-webapp-mvn</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
@@ -33,7 +35,18 @@
|
|||||||
<!-- DB -->
|
<!-- DB -->
|
||||||
<dbh2.version>1.4.187</dbh2.version>
|
<dbh2.version>1.4.187</dbh2.version>
|
||||||
<mariadb.version>2.7.2</mariadb.version>
|
<mariadb.version>2.7.2</mariadb.version>
|
||||||
|
<webapp.lib>${basedir}/src/main/webapp/WEB-INF/lib</webapp.lib>
|
||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>myrepo</id>
|
||||||
|
<name>local-repo</name>
|
||||||
|
<url>file://${project.basedir}/lib</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
@@ -147,7 +160,9 @@
|
|||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>javax.servlet</groupId>
|
||||||
@@ -233,8 +248,22 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>javassist</groupId>
|
||||||
|
<artifactId>javassist</artifactId>
|
||||||
|
<version>3.0</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
<dependency>
|
||||||
|
<groupId>kr.co.mantech</groupId>
|
||||||
|
<artifactId>javassist</artifactId>
|
||||||
|
<version>3.0</version>
|
||||||
|
<scope>system</scope>
|
||||||
|
<systemPath>${webapp.lib}/javassist.3.0.jar</systemPath>
|
||||||
|
</dependency>
|
||||||
|
-->
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
Reference in New Issue
Block a user