Skip to content

Commit b0ddf41

Browse files
committed
DEVX-658: updating license for okhttp v5
1 parent 1276360 commit b0ddf41

File tree

1 file changed

+272
-0
lines changed

1 file changed

+272
-0
lines changed
Lines changed: 272 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,272 @@
1+
{
2+
"dependencies": [
3+
{
4+
"moduleName": "com.fasterxml.jackson.core:jackson-annotations",
5+
"moduleVersion": "2.19.1",
6+
"moduleUrls": [
7+
"https://github.com/FasterXML/jackson"
8+
],
9+
"moduleLicenses": [
10+
{
11+
"moduleLicense": "Apache License, Version 2.0",
12+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
13+
}
14+
]
15+
},
16+
{
17+
"moduleName": "com.fasterxml.jackson.core:jackson-core",
18+
"moduleVersion": "2.19.1",
19+
"moduleUrls": [
20+
"https://github.com/FasterXML/jackson-core"
21+
],
22+
"moduleLicenses": [
23+
{
24+
"moduleLicense": "Apache License, Version 2.0",
25+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
26+
}
27+
]
28+
},
29+
{
30+
"moduleName": "com.fasterxml.jackson.core:jackson-databind",
31+
"moduleVersion": "2.19.1",
32+
"moduleUrls": [
33+
"https://github.com/FasterXML/jackson"
34+
],
35+
"moduleLicenses": [
36+
{
37+
"moduleLicense": "Apache License, Version 2.0",
38+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
39+
}
40+
]
41+
},
42+
{
43+
"moduleName": "com.fasterxml.jackson.datatype:jackson-datatype-jsr310",
44+
"moduleVersion": "2.19.1",
45+
"moduleUrls": [
46+
"https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310"
47+
],
48+
"moduleLicenses": [
49+
{
50+
"moduleLicense": "Apache License, Version 2.0",
51+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
52+
}
53+
]
54+
},
55+
{
56+
"moduleName": "com.google.code.findbugs:jsr305",
57+
"moduleVersion": "3.0.2",
58+
"moduleUrls": [
59+
"http://findbugs.sourceforge.net/"
60+
],
61+
"moduleLicenses": [
62+
{
63+
"moduleLicense": "Apache License, Version 2.0",
64+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
65+
}
66+
]
67+
},
68+
{
69+
"moduleName": "com.spotify:completable-futures",
70+
"moduleVersion": "0.3.6",
71+
"moduleUrls": [
72+
"https://spotify.github.io/completable-futures"
73+
],
74+
"moduleLicenses": [
75+
{
76+
"moduleLicense": "Apache License, Version 2.0",
77+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
78+
}
79+
]
80+
},
81+
{
82+
"moduleName": "com.squareup.okhttp3:okhttp",
83+
"moduleVersion": "5.3.0",
84+
"moduleUrls": [
85+
"https://square.github.io/okhttp/"
86+
],
87+
"moduleLicenses": [
88+
{
89+
"moduleLicense": "Apache License, Version 2.0",
90+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
91+
}
92+
]
93+
},
94+
{
95+
"moduleName": "com.squareup.okio:okio",
96+
"moduleVersion": "3.14.0"
97+
},
98+
{
99+
"moduleName": "com.squareup.okio:okio-jvm",
100+
"moduleVersion": "3.14.0",
101+
"moduleUrls": [
102+
"https://github.com/square/okio/"
103+
],
104+
"moduleLicenses": [
105+
{
106+
"moduleLicense": "Apache License, Version 2.0",
107+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
108+
}
109+
]
110+
},
111+
{
112+
"moduleName": "dev.failsafe:failsafe",
113+
"moduleVersion": "3.3.2",
114+
"moduleLicenses": [
115+
{
116+
"moduleLicense": null,
117+
"moduleLicenseUrl": "http://apache.org/licenses/LICENSE-2.0"
118+
},
119+
{
120+
"moduleLicense": "Apache License, Version 2.0",
121+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
122+
}
123+
]
124+
},
125+
{
126+
"moduleName": "jakarta.validation:jakarta.validation-api",
127+
"moduleVersion": "3.1.1",
128+
"moduleUrls": [
129+
"https://beanvalidation.org",
130+
"https://www.eclipse.org"
131+
],
132+
"moduleLicenses": [
133+
{
134+
"moduleLicense": "Apache License, Version 2.0",
135+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
136+
},
137+
{
138+
"moduleLicense": "Eclipse Public License - v 2.0",
139+
"moduleLicenseUrl": "https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt"
140+
},
141+
{
142+
"moduleLicense": "GNU GENERAL PUBLIC LICENSE, Version 2 + Classpath Exception",
143+
"moduleLicenseUrl": "https://openjdk.java.net/legal/gplv2+ce.html"
144+
}
145+
]
146+
},
147+
{
148+
"moduleName": "org.apache.commons:commons-lang3",
149+
"moduleVersion": "3.18.0",
150+
"moduleUrls": [
151+
"https://commons.apache.org/proper/commons-lang/"
152+
],
153+
"moduleLicenses": [
154+
{
155+
"moduleLicense": "Apache License, Version 2.0",
156+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
157+
}
158+
]
159+
},
160+
{
161+
"moduleName": "org.javassist:javassist",
162+
"moduleVersion": "3.28.0-GA",
163+
"moduleUrls": [
164+
"http://www.javassist.org/"
165+
],
166+
"moduleLicenses": [
167+
{
168+
"moduleLicense": null,
169+
"moduleLicenseUrl": "http://www.mozilla.org/MPL/MPL-1.1.html, http://www.gnu.org/licenses/lgpl-2.1.html, http://www.apache.org/licenses/"
170+
},
171+
{
172+
"moduleLicense": "Apache License, Version 2.0",
173+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
174+
},
175+
{
176+
"moduleLicense": "GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1",
177+
"moduleLicenseUrl": "https://www.gnu.org/licenses/lgpl-2.1"
178+
},
179+
{
180+
"moduleLicense": "Mozilla Public License Version 1.1",
181+
"moduleLicenseUrl": "https://www.mozilla.org/en-US/MPL/1.1"
182+
}
183+
]
184+
},
185+
{
186+
"moduleName": "org.jetbrains.kotlin:kotlin-stdlib",
187+
"moduleVersion": "2.1.21",
188+
"moduleUrls": [
189+
"https://kotlinlang.org/"
190+
],
191+
"moduleLicenses": [
192+
{
193+
"moduleLicense": "Apache License, Version 2.0",
194+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
195+
}
196+
]
197+
},
198+
{
199+
"moduleName": "org.jetbrains.kotlin:kotlin-stdlib-jdk7",
200+
"moduleVersion": "1.8.21",
201+
"moduleUrls": [
202+
"https://kotlinlang.org/"
203+
],
204+
"moduleLicenses": [
205+
{
206+
"moduleLicense": "Apache License, Version 2.0",
207+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
208+
}
209+
]
210+
},
211+
{
212+
"moduleName": "org.jetbrains.kotlin:kotlin-stdlib-jdk8",
213+
"moduleVersion": "1.8.21",
214+
"moduleUrls": [
215+
"https://kotlinlang.org/"
216+
],
217+
"moduleLicenses": [
218+
{
219+
"moduleLicense": "Apache License, Version 2.0",
220+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
221+
}
222+
]
223+
},
224+
{
225+
"moduleName": "org.jetbrains:annotations",
226+
"moduleVersion": "13.0",
227+
"moduleUrls": [
228+
"http://www.jetbrains.org"
229+
],
230+
"moduleLicenses": [
231+
{
232+
"moduleLicense": "Apache License, Version 2.0",
233+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
234+
}
235+
]
236+
},
237+
{
238+
"moduleName": "org.reflections:reflections",
239+
"moduleVersion": "0.10.2",
240+
"moduleUrls": [
241+
"http://github.com/ronmamo/reflections"
242+
],
243+
"moduleLicenses": [
244+
{
245+
"moduleLicense": "Apache License, Version 2.0",
246+
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
247+
},
248+
{
249+
"moduleLicense": "WTFPL",
250+
"moduleLicenseUrl": "http://www.wtfpl.net/"
251+
}
252+
]
253+
},
254+
{
255+
"moduleName": "org.slf4j:slf4j-api",
256+
"moduleVersion": "2.0.17",
257+
"moduleUrls": [
258+
"http://www.slf4j.org"
259+
],
260+
"moduleLicenses": [
261+
{
262+
"moduleLicense": null,
263+
"moduleLicenseUrl": "https://opensource.org/license/mit"
264+
},
265+
{
266+
"moduleLicense": "MIT License",
267+
"moduleLicenseUrl": "https://opensource.org/licenses/MIT"
268+
}
269+
]
270+
}
271+
]
272+
}

0 commit comments

Comments
 (0)