summaryrefslogtreecommitdiffstats
path: root/springboot/springboot1/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'springboot/springboot1/pom.xml')
-rw-r--r--springboot/springboot1/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml
index e04483ff..832c46cb 100644
--- a/springboot/springboot1/pom.xml
+++ b/springboot/springboot1/pom.xml
@@ -203,6 +203,16 @@
<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>