Repository: logging-log4j2 Updated Branches: refs/heads/master 3c63ba7b9 -> 02560f43b
Add missing "log4j-liquibase" to the distribution module. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/02560f43 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/02560f43 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/02560f43 Branch: refs/heads/master Commit: 02560f43b5b5e758b7f644ab899a88d1f20fc13f Parents: 3c63ba7 Author: Gary Gregory <[email protected]> Authored: Thu Jun 1 11:33:17 2017 -0700 Committer: Gary Gregory <[email protected]> Committed: Thu Jun 1 11:33:17 2017 -0700 ---------------------------------------------------------------------- log4j-distribution/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/02560f43/log4j-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-distribution/pom.xml b/log4j-distribution/pom.xml index 8953a5e..e77e883 100644 --- a/log4j-distribution/pom.xml +++ b/log4j-distribution/pom.xml @@ -277,6 +277,23 @@ <version>${project.version}</version> <classifier>sources</classifier> </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-liquibase</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-liquibase</artifactId> + <version>${project.version}</version> + <classifier>sources</classifier> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-liquibase</artifactId> + <version>${project.version}</version> + <classifier>javadoc</classifier> + </dependency> </dependencies> <build> <plugins>
