- The expression ${parent.groupId} is deprecated. Used ${project.parent.groupId} instead.
- For this reason, future Maven versions might no longer support
building such malformed projects.
Issue-ID: CPS-2470
Change-Id: Ibc6ac64c526fc8fc8eaf1e717eb2cd6c6b3f19e1
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
</exclusion></exclusions>
</dependency>
<dependency>
- <groupId>${parent.groupId}</groupId>
+ <groupId>${project.parent.groupId}</groupId>
<artifactId>dmi-stub-service</artifactId>
<version>${project.version}</version>
<exclusions>