|
|
@ -15,6 +15,44 @@
|
|
|
|
<maven.compiler.target>${java.version}</maven.compiler.target>
|
|
|
|
<maven.compiler.target>${java.version}</maven.compiler.target>
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>mvn2s</id>
|
|
|
|
|
|
|
|
<url>https://repo1.maven.org/maven2/</url>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>egovframe</id>
|
|
|
|
|
|
|
|
<url>http://maven.egovframe.kr:8080/maven/</url>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>egovframe2</id>
|
|
|
|
|
|
|
|
<url>http://www.egovframe.go.kr/maven/</url>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>maven-public</id>
|
|
|
|
|
|
|
|
<url>https://nas.xit.co.kr:8888//repository/maven-public/</url>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
@ -39,12 +77,12 @@
|
|
|
|
<distributionManagement>
|
|
|
|
<distributionManagement>
|
|
|
|
<snapshotRepository>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>maven-snapshot</id>
|
|
|
|
<id>maven-snapshot</id>
|
|
|
|
<url>http://xit.xit-nexus.com:8081/repository/maven-snapshots/</url>
|
|
|
|
<url>https://nas.xit.co.kr:8888/repository/maven-snapshots/</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
</snapshotRepository>
|
|
|
|
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>maven-release</id>
|
|
|
|
<id>maven-release</id>
|
|
|
|
<url>http://xit.xit-nexus.com:8081/repository/maven-releases/</url>
|
|
|
|
<url>https://nas.xit.co.kr:8888/repository/maven-releases/</url>
|
|
|
|
</repository>
|
|
|
|
</repository>
|
|
|
|
</distributionManagement>
|
|
|
|
</distributionManagement>
|
|
|
|
<!-- Nexus deploy -->
|
|
|
|
<!-- Nexus deploy -->
|
|
|
|