The messaging cartridge (formerly p_platform) was extracted as stand-alone project.
The build.gradle file of cartridges, which depend on the messaging cartridge, have to adapted in the following way.
- compile group: 'com.intershop.platform', name: 'messaging' // alternative notation 'com.intershop.platform:messaging' + compile 'com.intershop:common-messaging'
The package structure of the capi classes in the new messaging project did not change (compared with the formerly cartridge messaging) and therefore no adaption should be necessary.