Repository: logging-log4j2 Updated Branches: refs/heads/master 2b2f64e77 -> a114c3bf8
Upgrade jmdns in unit tests to 3.5.1 jmdns has a new groupId now as well. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a114c3bf Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a114c3bf Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a114c3bf Branch: refs/heads/master Commit: a114c3bf837ee2696d6da00341f9680850febca8 Parents: 2b2f64e Author: Matt Sicker <[email protected]> Authored: Sat Jan 14 03:04:10 2017 -0600 Committer: Matt Sicker <[email protected]> Committed: Sat Jan 14 03:04:10 2017 -0600 ---------------------------------------------------------------------- log4j-core/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a114c3bf/log4j-core/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml index 2f263f2..14fb8b3 100644 --- a/log4j-core/pom.xml +++ b/log4j-core/pom.xml @@ -168,9 +168,9 @@ </dependency> <!-- Zeroconf advertiser tests --> <dependency> - <groupId>javax.jmdns</groupId> + <groupId>org.jmdns</groupId> <artifactId>jmdns</artifactId> - <version>3.4.1</version> + <version>3.5.1</version> <scope>test</scope> </dependency> <!-- Log4j 1.2 tests -->
