|
@@ -20,7 +20,7 @@
|
|
|
<repositories>
|
|
|
<repository>
|
|
|
<id>oracle</id>
|
|
|
- <url>http://maven.jahia.org/maven2</url>
|
|
|
+ <url>https://maven.jahia.org/maven2</url>
|
|
|
</repository>
|
|
|
</repositories>
|
|
|
|
|
@@ -33,18 +33,11 @@
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
|
<!--main 함수가 있는 class 경로-->
|
|
|
<start-class>com.its.vds.VdsCommServerApplication</start-class>
|
|
|
- <webapp.lib>C:\DEV\ITS\01.WINDOWS\22.01.YONGIN\JAVA\repository</webapp.lib>
|
|
|
+ <webapp.lib>C:\DEV\ITS\01.WINDOWS\22.07.PyeongTaek\JAVA\repository</webapp.lib>
|
|
|
<maven.test.skip>true</maven.test.skip>
|
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
|
- <!-- logback for windows color jansi 1.8 version -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.fusesource.jansi</groupId>
|
|
|
- <artifactId>jansi</artifactId>
|
|
|
- <version>1.8</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
@@ -54,7 +47,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.jcabi</groupId>
|
|
|
<artifactId>jcabi-log</artifactId>
|
|
|
- <version>0.20.0</version>
|
|
|
+ <version>0.22.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
@@ -76,7 +69,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
<artifactId>guava</artifactId>
|
|
|
- <version>30.1-jre</version>
|
|
|
+ <version>31.1-jre</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
@@ -101,7 +94,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
- <version>2.2.0</version>
|
|
|
+ <version>2.2.2</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
@@ -146,16 +139,16 @@
|
|
|
<version>4.1.52.Final</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.commons</groupId>
|
|
|
- <artifactId>commons-lang3</artifactId>
|
|
|
- <version>3.11</version>
|
|
|
- </dependency>
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>org.apache.commons</groupId>-->
|
|
|
+<!-- <artifactId>commons-lang3</artifactId>-->
|
|
|
+<!-- <version>3.11</version>-->
|
|
|
+<!-- </dependency>-->
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.rometools</groupId>
|
|
|
<artifactId>rome</artifactId>
|
|
|
- <version>1.10.0</version>
|
|
|
+ <version>1.18.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- FOR WEB UI: START -->
|
|
@@ -179,7 +172,6 @@
|
|
|
<dependency>
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
- <version>4.5.12</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.intellij</groupId>
|