We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4ff20 commit 5ab4abbCopy full SHA for 5ab4abb
1 file changed
src/main/webapp/WEB-INF/web.xml
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<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">
5
<display-name>cics-java-liberty-springboot-transactions</display-name>
@@ -22,4 +22,4 @@
22
<description>The CICS cicsAllAuthenticated role</description>
23
<role-name>cicsAllAuthenticated</role-name>
24
</security-role>
25
-</web-app>
+</web-app>
0 commit comments