summaryrefslogtreecommitdiffstats
path: root/aai-core/pom.xml
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-01-21 11:22:01 -0500
committerwr148d <wr148d@att.com>2022-01-25 08:54:41 -0500
commit7fc49b014f98b0517c21d1e4f23eca518ebf2d6d (patch)
tree34e1b4fd3c476568f21bf1c338d7636ae46f72d5 /aai-core/pom.xml
parent8a71b0321e2892df5574b65cc180be1ca3325f42 (diff)
[AAI] Upgrading Log4J to 2.17.1
Issue-ID: AAI-3431 Change-Id: I429665b7d5b217ad0bd0739ab24d92b3965bc86d Signed-off-by: wr148d <wr148d@att.com>
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r--aai-core/pom.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml
index c19830e8..a1908058 100644
--- a/aai-core/pom.xml
+++ b/aai-core/pom.xml
@@ -398,10 +398,12 @@ limitations under the License.
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>${log4j.version}</version>
+ <type>pom</type>
+ </dependency>
</dependencies>
<!-- Plugins and repositories -->