|
|
@ -56,21 +56,8 @@
|
|
|
|
</repository>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>maven-public</id>
|
|
|
|
<id>maven-public</id>
|
|
|
|
<url>http://xit.xit-nexus.com:8081/repository/maven-public/</url>
|
|
|
|
<url>https://nas.xit.co.kr:8888//repository/maven-public/</url>
|
|
|
|
</repository>
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>maven-releases</id>
|
|
|
|
|
|
|
|
<url>http://xit.xit-nexus.com:8081/repository/maven-releases/</url>
|
|
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
</repositories>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
@ -142,12 +129,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>
|
|
|
|
|
|
|
|
|
|
|
|