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>
|
||||
<h2>Employee</h2>
|
||||
<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>
|
||||
<HR>
|
||||
<P>Should say "1": 1</P>
|
||||
|
|
|
@ -169,7 +169,7 @@
|
|||
<dependency>
|
||||
<groupId>net.sf.saxon</groupId>
|
||||
<artifactId>Saxon-HE</artifactId>
|
||||
<version>12.1</version>
|
||||
<version>12.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.jms</groupId>
|
||||
|
|
Loading…
Reference in New Issue