mirror of https://github.com/apache/nifi.git
NIFI-11732 Upgraded Saxon from 12.1 to 12.2
- Adjusted spacing in test HTML to match Saxon 12.2 serialization This closes #7414 Co-authored-by: David Handermann <exceptionfactory@apache.org> Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
5db06437a3
commit
f62e1eb1e9
|
@ -1,4 +1,5 @@
|
||||||
<!DOCTYPE HTML><html>
|
<!DOCTYPE HTML>
|
||||||
|
<html>
|
||||||
<body>
|
<body>
|
||||||
<h2>Employee</h2>
|
<h2>Employee</h2>
|
||||||
<table border="1">
|
<table border="1">
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<!DOCTYPE HTML><HTML xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
<!DOCTYPE HTML>
|
||||||
|
<HTML xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||||
<H1>Test for mod</H1>
|
<H1>Test for mod</H1>
|
||||||
<HR>
|
<HR>
|
||||||
<P>Should say "1": 1</P>
|
<P>Should say "1": 1</P>
|
||||||
|
|
|
@ -169,7 +169,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sf.saxon</groupId>
|
<groupId>net.sf.saxon</groupId>
|
||||||
<artifactId>Saxon-HE</artifactId>
|
<artifactId>Saxon-HE</artifactId>
|
||||||
<version>12.1</version>
|
<version>12.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.jms</groupId>
|
<groupId>javax.jms</groupId>
|
||||||
|
|
Loading…
Reference in New Issue