[DMI] The expression ${parent.groupId} is deprecated 23/139623/1
authorsourabh_sourabh <sourabh.sourabh@est.tech>
Fri, 29 Nov 2024 16:55:38 +0000 (16:55 +0000)
committersourabh_sourabh <sourabh.sourabh@est.tech>
Fri, 29 Nov 2024 16:55:38 +0000 (16:55 +0000)
- 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>
dmi-stub/dmi-stub-app/pom.xml

index ba89f14..27464c8 100644 (file)
@@ -62,7 +62,7 @@
                 </exclusion></exclusions>
         </dependency>
         <dependency>
-            <groupId>${parent.groupId}</groupId>
+            <groupId>${project.parent.groupId}</groupId>
             <artifactId>dmi-stub-service</artifactId>
             <version>${project.version}</version>
             <exclusions>