Skip to content

Commit

Permalink
NIFI-5650: Added Xerces to scripting bundle for Jython 2.7.1
Browse files Browse the repository at this point in the history
This closes apache#3042

Signed-off-by: Mike Thomsen <[email protected]>
  • Loading branch information
mattyb149 authored and MikeThomsen committed Oct 1, 2018
1 parent b1478cd commit 813cc1f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,20 @@ The following binary components are provided under the Apache Software License v
The original software and related information is available
at http://www.jcraft.com/jsch/.

(ASLv2) Apache Xerces Java
The following NOTICE information applies:
Copyright 1999-2018 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

Portions of this software were originally based on the following:
- software copyright (c) 1999, IBM Corporation., http://www.ibm.com.
- software copyright (c) 1999, Sun Microsystems., http://www.sun.com.
- voluntary contributions made by Paul Eng on behalf of the
Apache Software Foundation that were originally developed at iClick, Inc.,
software copyright (c) 1999.

******************
Eclipse Public License v1.0
******************
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@
<artifactId>metrics-core</artifactId>
<version>2.2.0</version>
</dependency>
<!-- For Jython 2.7.1 -->
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>
Expand Down

0 comments on commit 813cc1f

Please sign in to comment.