Upgrade to log4j2 2.17.1 01/126401/1
authorDan Timoney <dtimoney@att.com>
Mon, 3 Jan 2022 19:04:29 +0000 (14:04 -0500)
committerDan Timoney <dtimoney@att.com>
Mon, 3 Jan 2022 19:04:29 +0000 (14:04 -0500)
Add explicit dependencies on log4j-core and log4j-api to override
derived version and force 2.17.1

Issue-ID: CCSDK-3556
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I9e8ebbaaaccad59735236810ad25c9b50ef84322

springboot/spring-boot-setup/src/main/resources/pom-template.xml
springboot/springboot1/pom.xml
springboot/springboot2/pom.xml

index efa15a3..4df81db 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>
 
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>
 
index 644055e..253ebe2 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>