|
@@ -182,6 +182,19 @@
|
|
|
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-shoplinker-1.7.2-RELEASE.jar</systemPath>
|
|
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-shoplinker-1.7.2-RELEASE.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>
|