This is an automated email from the ASF dual-hosted git repository.

jgresock pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 525a185  NIFI-9271 Upgraded Quartz from 2.2.1 to 2.3.2
525a185 is described below

commit 525a1859a79cae4344e29a8c3f0ae71e3b1fd7c7
Author: exceptionfactory <[email protected]>
AuthorDate: Sat Oct 2 12:47:41 2021 -0500

    NIFI-9271 Upgraded Quartz from 2.2.1 to 2.3.2
    
    - Removed c3p0 exclusions since Maven coordinates changed and c3p0 is also 
licensed under the compatible Eclipse Public License 1.0
    
    Signed-off-by: Joe Gresock <[email protected]>
    
    This closes #5430.
---
 minifi/pom.xml                                 | 11 +----------
 nifi-nar-bundles/nifi-framework-bundle/pom.xml |  9 ---------
 2 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/minifi/pom.xml b/minifi/pom.xml
index af740ae..3414616 100644
--- a/minifi/pom.xml
+++ b/minifi/pom.xml
@@ -625,16 +625,7 @@ limitations under the License.
             <dependency>
                 <groupId>org.quartz-scheduler</groupId>
                 <artifactId>quartz</artifactId>
-                <version>2.2.1</version>
-                <exclusions>
-                    <!-- | Exclude the quartz 2.2.1 bundled version of c3p0 
because it is
-                    lgpl licensed | We also don't use the JDBC related 
features of quartz for
-                    which the dependency would matter -->
-                    <exclusion>
-                        <groupId>c3p0</groupId>
-                        <artifactId>c3p0</artifactId>
-                    </exclusion>
-                </exclusions>
+                <version>2.3.2</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index de89aab..93a634a 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -288,15 +288,6 @@
                 <groupId>org.quartz-scheduler</groupId>
                 <artifactId>quartz</artifactId>
                 <version>2.3.2</version>
-                <exclusions>
-                    <!-- | Exclude the quartz 2.2.1 bundled version of c3p0
-                    because it is lgpl licensed | We also don't use the JDBC 
related features
-                    of quartz for which the dependency would matter -->
-                    <exclusion>
-                        <groupId>c3p0</groupId>
-                        <artifactId>c3p0</artifactId>
-                    </exclusion>
-                </exclusions>
             </dependency>
             <dependency>
                 <groupId>io.swagger</groupId>

Reply via email to