You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
833 B
30 lines
833 B
<?xml version="1.0" encoding="UTF-8"?> |
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> |
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<parent> |
|
<groupId>org.springframework.data</groupId> |
|
<artifactId>spring-data-mongodb-parent</artifactId> |
|
<version>1.8.7.BUILD-SNAPSHOT</version> |
|
<relativePath>../pom.xml</relativePath> |
|
</parent> |
|
|
|
<artifactId>spring-data-mongodb-log4j</artifactId> |
|
<name>Spring Data MongoDB - Log4J Appender</name> |
|
|
|
<properties> |
|
<log4j>1.2.16</log4j> |
|
</properties> |
|
|
|
<dependencies> |
|
|
|
<!-- Logging --> |
|
<dependency> |
|
<groupId>log4j</groupId> |
|
<artifactId>log4j</artifactId> |
|
<version>${log4j}</version> |
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</project>
|
|
|