Repository: parquet-format Updated Branches: refs/heads/master da4e39a15 -> 2fc7965f7
PARQUET-1144: Remove slf4j-nop. Author: Ryan Blue <[email protected]> Closes #74 from rdblue/PARQUET-1144-remove-slf4j-nop and squashes the following commits: d5d5639 [Ryan Blue] PARQUET-1144: Remove slf4j-nop. Project: http://git-wip-us.apache.org/repos/asf/parquet-format/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-format/commit/2fc7965f Tree: http://git-wip-us.apache.org/repos/asf/parquet-format/tree/2fc7965f Diff: http://git-wip-us.apache.org/repos/asf/parquet-format/diff/2fc7965f Branch: refs/heads/master Commit: 2fc7965f7e9499803163e9aab3f565739ffeef20 Parents: da4e39a Author: Ryan Blue <[email protected]> Authored: Tue Oct 17 12:21:05 2017 -0700 Committer: Ryan Blue <[email protected]> Committed: Tue Oct 17 12:21:05 2017 -0700 ---------------------------------------------------------------------- pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-format/blob/2fc7965f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5c9032c..51d98ac 100644 --- a/pom.xml +++ b/pom.xml @@ -212,11 +212,6 @@ <version>1.7.2</version> </dependency> <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-nop</artifactId> - <version>1.7.2</version> - </dependency> - <dependency> <groupId>org.apache.thrift</groupId> <artifactId>libthrift</artifactId> <version>${thrift.version}</version>
