diff options
Diffstat (limited to 'aai-core')
-rw-r--r-- | aai-core/pom.xml | 10 |
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 --> |