1
0

Use HTTPS to fetch XSD files

This commit is contained in:
Gary Gregory
2025-01-15 09:47:06 -05:00
parent 6bc880e87d
commit 772844f9bd
6 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<!--
Note that due to the special requirements of logging unit-tests, most
tests are executed in the "integration-test" phase rather than the