Skip to content

Commit 54f1404

Browse files
author
ivan_hargreaves
committed
Update deployment descriptor schema
1 parent 8716290 commit 54f1404

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/webapp/WEB-INF/web.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" version="3.0">
2+
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_1.xsd"
4+
version="3.1">
35
<display-name>cics-java-liberty-springboot-jcics</display-name>
46
<login-config>
57
<auth-method>BASIC</auth-method>

0 commit comments

Comments
 (0)