summaryrefslogtreecommitdiffstats
path: root/cps-rest
diff options
context:
space:
mode:
authorsourabh_sourabh <sourabh.sourabh@est.tech>2024-11-13 12:54:17 +0000
committersourabh_sourabh <sourabh.sourabh@est.tech>2024-11-13 12:54:17 +0000
commit1bb3639f4ad0395fd941fc072154838f62bb8193 (patch)
tree7b63463f6f4b2fb198e9293da22c4df07ec7279c /cps-rest
parente8d4ada1b904380bc5fcba339d9c68c49fb5252b (diff)
Fix for cps-master-merge-java job after removing oParent
Issue-ID: CPS-2496 Change-Id: I94eef4006b8c96db2c9d350c3330edf98924099c Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Diffstat (limited to 'cps-rest')
-rw-r--r--cps-rest/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml
index 71395c2f0d..f270a58f06 100644
--- a/cps-rest/pom.xml
+++ b/cps-rest/pom.xml
@@ -31,6 +31,10 @@
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>
+ <properties>
+ <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
+ </properties>
+
<artifactId>cps-rest</artifactId>
<dependencies>
@@ -177,6 +181,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
+ <version>${maven-resources-plugin.version}</version>
<executions>
<execution>
<id>copy-resources</id>