forked from apache/beam
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdep_urls_java.yaml
More file actions
75 lines (72 loc) · 3.23 KB
/
dep_urls_java.yaml
File metadata and controls
75 lines (72 loc) · 3.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# This is a list of packages whose license files cannot be pulled with jk1.dependency-license-report plugin.
# For packages that do not include licenses in their distribution files, we need to manually
# provide a url where they can be downloaded from.
# template:
# dependency_name:
# version: # package version, it is required because license may change between versions.
# license: optional, url_to_license or "skip"
# # skip: don't add license for the dependency
# # url_to_license: a url to source code (https://...) or a local file (file://{}/...)
# where the remaining value is relative to the manual license folder
# notice: optional, url_to_notice
# type: optional, license type, ie: Apache License 2.0. Type should be provided if the plug in does not provide moduleLicense.
# source: optional, url_to_maven_repo. If maven artifact repo does not follow a patten of 'https://repo1.maven.org/maven2/{module}/{version}', the url should be provided.
antlr-runtime:
'3.1.2':
license: "https://raw.githubusercontent.com/antlr/antlr4/master/LICENSE.txt"
type: "3-Clause BSD"
jcip-annotations:
'1.0':
license: "https://raw.githubusercontent.com/stephenc/jcip-annotations/master/LICENSE.txt"
type: "Apache License 2.0"
guava-parent:
'32.1.2-jre':
license: "https://raw.githubusercontent.com/google/guava/master/LICENSE"
type: "Apache License 2.0"
jaxen:
'1.1.6':
type: "3-Clause BSD"
libraries-bom:
'26.60.0':
license: "https://raw.githubusercontent.com/GoogleCloudPlatform/cloud-opensource-java/master/LICENSE"
type: "Apache License 2.0"
paranamer:
'2.7':
license: "https://raw.githubusercontent.com/paul-hammant/paranamer/master/LICENSE.txt"
'2.8':
license: "https://raw.githubusercontent.com/paul-hammant/paranamer/master/LICENSE.txt"
xz:
'1.5': # The original repo is down. This license is taken from https://tukaani.org/xz/java.html.
license: "file://{}/xz/COPYING"
jackson-bom:
'2.15.4':
license: "https://raw.githubusercontent.com/FasterXML/jackson-bom/master/LICENSE"
type: "Apache License 2.0"
junit-dep:
'4.11':
license: "https://opensource.org/licenses/cpl1.0.txt"
type: "Common Public License Version 1.0"
org.eclipse.jgit:
'4.4.1.201607150455-r':
license: "https://www.eclipse.org/org/documents/edl-v10.html"
type: "Eclipse Distribution License - v1.0"
zstd-jni:
'1.5.2-5':
license: "https://raw.githubusercontent.com/luben/zstd-jni/master/LICENSE"
type: "2-Clause BSD"