Skip to content

Commit

Permalink
NIFI-13944: Corrected L&N and banned dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyb149 committed Oct 29, 2024
1 parent a066b8b commit c96b37d
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,72 +13,7 @@ Apache Software License v2
Apache Commons Pool
Copyright 1999-2009 The Apache Software Foundation.

(ASLv2) Open JSON
The following NOTICE information applies:
Android JSON library
Copyright (C) 2010 The Android Open Source Project

This product includes software developed by
The Android Open Source Project

(ASLv2) Spring Framework
The following NOTICE information applies:
Spring Framework 5
Copyright (c) 2002-2021 Pivotal, Inc.

(ASLv2) Micrometer
The following NOTICE information applies:
Micrometer

Copyright (c) 2017-Present VMware, Inc. All Rights Reserved.

Licensed 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

https://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 product contains a modified portion of 'io.netty.util.internal.logging',
in the Netty/Common library distributed by The Netty Project:

* Copyright 2013 The Netty Project
* License: Apache License v2.0
* Homepage: https://netty.io

This product contains a modified portion of 'StringUtils.isBlank()',
in the Commons Lang library distributed by The Apache Software Foundation:

* Copyright 2001-2019 The Apache Software Foundation
* License: Apache License v2.0
* Homepage: https://commons.apache.org/proper/commons-lang/

This product contains a modified portion of 'JsonUtf8Writer',
in the Moshi library distributed by Square, Inc:

* Copyright 2010 Google Inc.
* License: Apache License v2.0
* Homepage: https://github.com/square/moshi

This product contains a modified portion of the 'org.springframework.lang'
package in the Spring Framework library, distributed by VMware, Inc:

* Copyright 2002-2019 the original author or authors.
* License: Apache License v2.0
* Homepage: https://spring.io/projects/spring-framework

************************
Eclipse Distribution License 1.0
************************

The following binary components are provided under the Eclipse Distribution License 1.0.

(EDL 1.0) Jakarta Activation API (jakarta.activation:jakarta.activation-api:jar:1.2.2)
(EDL 1.0) Jakarta XML Binding API (jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3)
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,62 @@ The following binary components are provided under the Apache Software License v
Spring Framework 5
Copyright (c) 2002-2021 Pivotal, Inc.

(ASLv2) Micrometer
The following NOTICE information applies:
Micrometer

Copyright (c) 2017-Present VMware, Inc. All Rights Reserved.

Licensed 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

https://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 product contains a modified portion of 'io.netty.util.internal.logging',
in the Netty/Common library distributed by The Netty Project:

* Copyright 2013 The Netty Project
* License: Apache License v2.0
* Homepage: https://netty.io

This product contains a modified portion of 'StringUtils.isBlank()',
in the Commons Lang library distributed by The Apache Software Foundation:

* Copyright 2001-2019 The Apache Software Foundation
* License: Apache License v2.0
* Homepage: https://commons.apache.org/proper/commons-lang/

This product contains a modified portion of 'JsonUtf8Writer',
in the Moshi library distributed by Square, Inc:

* Copyright 2010 Google Inc.
* License: Apache License v2.0
* Homepage: https://github.com/square/moshi

This product contains a modified portion of the 'org.springframework.lang'
package in the Spring Framework library, distributed by VMware, Inc:

* Copyright 2002-2019 the original author or authors.
* License: Apache License v2.0
* Homepage: https://spring.io/projects/spring-framework


(ASLv2) Open JSON
The following NOTICE information applies:
Android JSON library
Copyright (C) 2010 The Android Open Source Project

This product includes software developed by
The Android Open Source Project

************************
The MIT License
Expand All @@ -29,3 +85,13 @@ The following binary components are provided under the MIT License. See project

(MIT License) Jedis (redis.clients:jedis:2.9.0 - https://github.com/xetorthio/jedis)

************************
Eclipse Distribution License 1.0
************************

The following binary components are provided under the Eclipse Distribution License 1.0.

(EDL 1.0) Jakarta Activation API (jakarta.activation:jakarta.activation-api:jar:1.2.2)
(EDL 1.0) Jakarta XML Binding API (jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3)


2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@
<!-- JUnit 5 is the preferred test framework -->
<exclude>org.testng:testng</exclude>
<!-- Cat-X Deps -->
<exclude>org.json:json:[,20240303]:compile</exclude>
<exclude>org.json:json:(,20240303):compile</exclude>
<exclude>c3p0:c3p0:*:*:compile</exclude>
<!-- Versions of JSR305 before 3.0.1 are not allowed https://github.com/findbugsproject/findbugs/issues/128 -->
<exclude>com.google.code.findbugs:jsr305:[,3.0.0]:compile</exclude>
Expand Down

0 comments on commit c96b37d

Please sign in to comment.