mirror of https://github.com/apache/nifi.git
NIFI-11415 Upgraded Saxon-HE from 10.6 to 12.1
This closes #7146 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
2515c5771d
commit
0b2deb94de
|
@ -554,7 +554,7 @@ limitations under the License.
|
|||
<dependency>
|
||||
<groupId>net.sf.saxon</groupId>
|
||||
<artifactId>Saxon-HE</artifactId>
|
||||
<version>9.6.0-5</version>
|
||||
<version>12.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>stax</groupId>
|
||||
|
|
|
@ -169,7 +169,7 @@
|
|||
<dependency>
|
||||
<groupId>net.sf.saxon</groupId>
|
||||
<artifactId>Saxon-HE</artifactId>
|
||||
<version>10.6</version>
|
||||
<version>12.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.jms</groupId>
|
||||
|
|
Loading…
Reference in New Issue