Repository: logging-log4j2 Updated Branches: refs/heads/master 7e476113c -> 3dbc1bcac
Add scala jars to distribution Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/3dbc1bca Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/3dbc1bca Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/3dbc1bca Branch: refs/heads/master Commit: 3dbc1bcac1e7febab2bcce526ec05586e568ee31 Parents: 7e47611 Author: rgoers <[email protected]> Authored: Sun Sep 25 22:56:08 2016 -0700 Committer: rgoers <[email protected]> Committed: Sun Sep 25 22:56:08 2016 -0700 ---------------------------------------------------------------------- log4j-distribution/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/3dbc1bca/log4j-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-distribution/pom.xml b/log4j-distribution/pom.xml index 4f02bc8..ac3408b 100644 --- a/log4j-distribution/pom.xml +++ b/log4j-distribution/pom.xml @@ -255,6 +255,28 @@ <version>${project.version}</version> <classifier>javadoc</classifier> </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api-scala_2.10</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api-scala_2.10</artifactId> + <version>${project.version}</version> + <classifier>sources</classifier> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api-scala_2.11</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api-scala_2.11</artifactId> + <version>${project.version}</version> + <classifier>sources</classifier> + </dependency> </dependencies> <build> <plugins>
