File tree Expand file tree Collapse file tree
cics-java-liberty-tsq-app
etc/eclipse_projects/com.ibm.cics.server.examples.wlp.tsq.bundle/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,5 +38,5 @@ dependencies
3838 compileOnly(" com.ibm.cics:com.ibm.cics.server" )
3939
4040 compileOnly ' javax.servlet:javax.servlet-api:4.0.1'
41- compileOnly ' javax.annotation:javax.annotation-api:1.2 '
41+ compileOnly ' javax.annotation:javax.annotation-api:1.3 '
4242}
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >javax.annotation</groupId >
3232 <artifactId >javax.annotation-api</artifactId >
33- <version >1.2 </version >
33+ <version >1.3 </version >
3434 <scope >provided</scope >
3535 </dependency >
3636 </dependencies >
Original file line number Diff line number Diff line change 99<!-- (C) Copyright IBM Corp. 2009, 2021 All Rights Reserved. -->
1010<!-- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. -->
1111<!-- </copyright> -->
12- <web-app xmlns =" http://xmlns.jcp.org/xml/ns/javaee" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
13- xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
14- version =" 3.1" >
12+ <web-app xmlns =" http://xmlns.jcp.org/xml/ns/javaee"
13+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
14+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee
15+ http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
16+ version =" 4.0" >
1517 <display-name >cics-java-liberty-tsq-app</display-name >
1618 <!-- AUTHENTICATION METHOD: Basic authentication -->
1719 <login-config >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2- <manifest xmlns =" http://www.ibm.com/xmlns/prod/cics/bundle" id =" com.ibm.cics.server.examples.wlp.tsq.bundle" bundleMajorVer =" 1" bundleMinorVer =" 0" bundleMicroVer =" 0" bundleVersion =" 1" bundleRelease =" 0" build = " IntB-201511072132 " >
2+ <manifest xmlns =" http://www.ibm.com/xmlns/prod/cics/bundle" id =" com.ibm.cics.server.examples.wlp.tsq.bundle" bundleMajorVer =" 1" bundleMinorVer =" 0" bundleMicroVer =" 0" bundleVersion =" 1" bundleRelease =" 0" >
33 <meta_directives >
44 <timestamp >2016-10-28T13:21:46.339+01:00</timestamp >
55 </meta_directives >
You can’t perform that action at this time.
0 commit comments