File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
resource-managers/kubernetes/core Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -448,6 +448,12 @@ Copyright (C) 2011 Google Inc.
448448Apache Commons Pool
449449Copyright 1999-2009 The Apache Software Foundation
450450
451+ This product includes/uses Kubernetes & OpenShift 3 Java Client (https://github.com/fabric8io/kubernetes-client)
452+ Copyright (C) 2015 Red Hat, Inc.
453+
454+ This product includes/uses OkHttp (https://github.com/square/okhttp)
455+ Copyright (C) 2012 The Android Open Source Project
456+
451457=========================================================================
452458== NOTICE file corresponding to section 4(d) of the Apache License, ==
453459== Version 2.0, in this case for the DataNucleus distribution. ==
Original file line number Diff line number Diff line change 8383 <scope >test</scope >
8484 </dependency >
8585
86+ <dependency >
87+ <groupId >com.squareup.okhttp3</groupId >
88+ <artifactId >okhttp</artifactId >
89+ <version >3.8.1</version >
90+ </dependency >
91+
8692 </dependencies >
8793
8894
You can’t perform that action at this time.
0 commit comments