Repository: logging-log4j2 Updated Branches: refs/heads/master b51c93d43 -> 27520b727
Refactor POM for reuse by modules. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/27520b72 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/27520b72 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/27520b72 Branch: refs/heads/master Commit: 27520b7279bc65e765e002fc3735aa9e7d1a212b Parents: b51c93d Author: ggregory <[email protected]> Authored: Wed Jul 19 14:40:14 2017 -0700 Committer: ggregory <[email protected]> Committed: Wed Jul 19 14:40:14 2017 -0700 ---------------------------------------------------------------------- log4j-core/pom.xml | 2 -- pom.xml | 10 ++++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/27520b72/log4j-core/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml index de38a2c..0960841 100644 --- a/log4j-core/pom.xml +++ b/log4j-core/pom.xml @@ -315,13 +315,11 @@ <dependency> <groupId>org.apache-extras.beanshell</groupId> <artifactId>bsh</artifactId> - <version>2.0b6</version> <scope>test</scope> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> - <version>2.4.12</version> <scope>test</scope> </dependency> <!-- Used for testing HttpAppender --> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/27520b72/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index eaea007..566629c 100644 --- a/pom.xml +++ b/pom.xml @@ -795,6 +795,16 @@ <artifactId>HdrHistogram</artifactId> <version>2.1.9</version> </dependency> + <dependency> + <groupId>org.apache-extras.beanshell</groupId> + <artifactId>bsh</artifactId> + <version>2.0b6</version> + </dependency> + <dependency> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy-all</artifactId> + <version>2.4.12</version> + </dependency> </dependencies> </dependencyManagement> <build>
