Code Review
/
cps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6475399
)
Datajob k6 tests failing
80/143380/1
author
emaclee
<lee.anjella.macabuhay@est.tech>
Tue, 24 Feb 2026 10:34:20 +0000
(10:34 +0000)
committer
emaclee
<lee.anjella.macabuhay@est.tech>
Tue, 24 Feb 2026 10:34:20 +0000
(10:34 +0000)
- included test module in application's pom.xml
Issue-ID: CPS-3062
Change-Id: Ie4aaadf0b85bafaa02fb9ee208c0b761ee37e02b
Signed-off-by: emaclee <lee.anjella.macabuhay@est.tech>
cps-application/pom.xml
patch
|
blob
|
history
diff --git
a/cps-application/pom.xml
b/cps-application/pom.xml
index
c7d2095
..
cdd3892
100644
(file)
--- a/
cps-application/pom.xml
+++ b/
cps-application/pom.xml
@@
-284,6
+284,11
@@
<groupId>${project.groupId}</groupId>
<artifactId>cps-ri</artifactId>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>test-dcm-rest</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<build>
<plugins>