|
@@ -183,8 +183,20 @@
|
|
|
<scope>system</scope>
|
|
<scope>system</scope>
|
|
|
<systemPath>${basedir}/lib/xalan.jar</systemPath>
|
|
<systemPath>${basedir}/lib/xalan.jar</systemPath>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
-
|
|
|
|
|
<!-- \\\ WEB-INF lib -->
|
|
<!-- \\\ WEB-INF lib -->
|
|
|
|
|
+
|
|
|
|
|
+ <!-- /// logback 취약점 대응 -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>ch.qos.logback</groupId>
|
|
|
|
|
+ <artifactId>logback-classic</artifactId>
|
|
|
|
|
+ <version>1.2.9</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>ch.qos.logback</groupId>
|
|
|
|
|
+ <artifactId>logback-core</artifactId>
|
|
|
|
|
+ <version>1.2.9</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!-- \\\ logback 취약점 대응 -->
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
<build>
|