Upgrade to log4j2 2.17.1
[ccsdk/parent.git] / springboot / springboot1 / pom.xml
index e04483f..832c46c 100644 (file)
                 <artifactId>liquibase-core</artifactId>
                 <version>4.4.2-nordix</version>
             </dependency>   
+            <dependency>
+                <groupId>org.apache.logging.log4j</groupId>
+                <artifactId>log4j-api</artifactId>
+                <version>${log4j2.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.logging.log4j</groupId>
+                <artifactId>log4j-core</artifactId>
+                <version>${log4j2.version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>