forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-10987] Add LICENSE & NOTICE files for flink-shaded-curator
- Loading branch information
1 parent
73b354e
commit 6dd8e54
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
flink-shaded-curator | ||
Copyright 2014-2018 The Apache Software Foundation | ||
|
||
This product includes software developed at | ||
The Apache Software Foundation (http://www.apache.org/). | ||
|
||
This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) | ||
|
||
- com.google.guava:guava:16.0.1 | ||
- org.apache.curator:curator-client:2.12.0 | ||
- org.apache.curator:curator-framework:2.12.0 | ||
- org.apache.curator:curator-recipes:2.12.0 |