Repository: logging-log4j2 Updated Branches: refs/heads/master 85bc8a50a -> c696e8055
Fix indentation. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c696e805 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c696e805 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c696e805 Branch: refs/heads/master Commit: c696e805570e3e07310f468715d0550c60da3bb7 Parents: 85bc8a5 Author: Gary Gregory <[email protected]> Authored: Mon Oct 9 15:03:35 2017 -0600 Committer: Gary Gregory <[email protected]> Committed: Mon Oct 9 15:03:35 2017 -0600 ---------------------------------------------------------------------- pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c696e805/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d92a182..fdca0bb 100644 --- a/pom.xml +++ b/pom.xml @@ -787,16 +787,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> + <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>
