You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/01/18 21:13:00 UTC

[jira] [Commented] (LOG4J2-2198) Update MongoDB dependencies from classic to modern.

    [ https://issues.apache.org/jira/browse/LOG4J2-2198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16331231#comment-16331231 ] 

ASF subversion and git services commented on LOG4J2-2198:
---------------------------------------------------------

Commit 743b01aa7078e35fc508f39a0df5f8b234db003d in logging-log4j2's branch refs/heads/master from [~garydgregory]
[ https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;h=743b01a ]

[LOG4J2-2198] Update MongoDB dependencies from classic to modern.


> Update MongoDB dependencies from classic to modern.
> ---------------------------------------------------
>
>                 Key: LOG4J2-2198
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-2198
>             Project: Log4j 2
>          Issue Type: Improvement
>          Components: MongoDB
>            Reporter: Gary Gregory
>            Assignee: Gary Gregory
>            Priority: Major
>
> Update MongoDB dependencies from classic:
> {code:xml}
> <dependency>
>   <groupId>org.mongodb</groupId>
>   <artifactId>mongo-java-driver</artifactId>
>   <version>${mongodb.version}</version>
> </dependency>
> {code}
> to modern:
> {code:xml}
> <dependency>
>   <groupId>org.mongodb</groupId>
>   <artifactId>mongodb-driver</artifactId>
>   <version>${mongodb.version}</version>
> </dependency>
> <dependency>
>   <groupId>org.mongodb</groupId>
>   <artifactId>bson</artifactId>
>   <version>${mongodb.version}</version>
> </dependency>
> {code} 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)