|
1 |
| - |
2 | 1 | Apache License
|
3 | 2 | Version 2.0, January 2004
|
4 | 3 | https://www.apache.org/licenses/
|
|
199 | 198 | distributed under the License is distributed on an "AS IS" BASIS,
|
200 | 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201 | 200 | See the License for the specific language governing permissions and
|
202 |
| - limitations under the License. |
| 201 | + limitations under the License. |
| 202 | + |
| 203 | +------------------------------------------------------------------------------- |
| 204 | +Third-party dependencies and their licenses: |
| 205 | + |
| 206 | +Apache License, Version 2.0 |
| 207 | +- org.awaitility:awaitility [Test Only] |
| 208 | +- com.fasterxml.jackson.core:jackson-databind |
| 209 | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml |
| 210 | +- com.github.ben-manes.caffeine:caffeine |
| 211 | +- com.google.guava:guava |
| 212 | +- com.google.inject:guice |
| 213 | +- commons-cli:commons-cli |
| 214 | +- io.grpc:grpc-core |
| 215 | +- io.grpc:grpc-grpclb |
| 216 | +- io.grpc:grpc-inprocess |
| 217 | +- io.grpc:grpc-netty |
| 218 | +- io.grpc:grpc-protobuf |
| 219 | +- io.grpc:grpc-stub |
| 220 | +- io.micrometer:micrometer-core |
| 221 | +- io.micrometer:micrometer-registry-prometheus |
| 222 | +- io.netty:netty-all |
| 223 | +- io.reactivex.rxjava3:rxjava |
| 224 | +- io.swagger.core.v3:swagger-core-jakarta |
| 225 | +- io.swagger.core.v3:swagger-jaxrs2-jakarta |
| 226 | +- org.pf4j:pf4j |
| 227 | +- org.reflections:reflections (Apache License 2.0 / WTFPL) |
| 228 | +- org.rocksdb:rocksdbjni (Apache License 2.0 / GPLv2) |
| 229 | +- org.testng:testng [Test Only] |
| 230 | + |
| 231 | +BSD-3-Clause |
| 232 | +- com.google.protobuf:protobuf-java |
| 233 | +- com.google.protobuf:protobuf-java-util |
| 234 | + |
| 235 | +EPL-2.0 / GPL-2.0-with-classpath-exception |
| 236 | +- jakarta.ws.rs:jakarta.ws.rs-api |
| 237 | +- org.eclipse.paho:org.eclipse.paho.client.mqttv3 [Test Only] |
| 238 | +- org.eclipse.paho:org.eclipse.paho.mqttv5.client [Test Only] |
| 239 | + |
| 240 | +GPL-2.0-with-classpath-exception |
| 241 | +- org.openjdk.jmh:jmh-core [Test Only] |
| 242 | +- org.openjdk.jmh:jmh-generator-annprocess [Test Only] |
| 243 | + |
| 244 | +MIT License |
| 245 | +- org.mockito:mockito-core [Test Only] |
| 246 | +- org.pcollections:pcollections |
| 247 | +- org.slf4j:slf4j-api |
| 248 | + |
0 commit comments