Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@

- Ivan D. Hargreaves [@IvanHargreaves](https://github.com/IvanHargreaves)
- Alex Brown [@AlexBrown](https://github.com/SoftlySplinter)
- Phil Wakelin [@PhilWakelin](https://github.com/PhilWakelin)

*Last reviewed:* July 2026
5 changes: 5 additions & 0 deletions cics-java-liberty-springboot-jms-app/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="com.ibm.cics.explorer.sdk.web.LIBERTY_LIBRARIES/L./V.61/JE.JEE_V10_R0">
<attributes>
<attribute name="owner.project.facets" value="jst.web"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
Expand Down
2 changes: 1 addition & 1 deletion cics-java-liberty-springboot-jms-cicsbundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependencies>
<!-- Application WAR -->
<dependency>
<groupId>com.ibm.cicsdev.springboot</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>cics-java-liberty-springboot-jms-app</artifactId>
<version>${project.version}</version>
<type>war</type>
Expand Down
Loading