Datajob k6 tests failing 80/143380/1
authoremaclee <lee.anjella.macabuhay@est.tech>
Tue, 24 Feb 2026 10:34:20 +0000 (10:34 +0000)
committeremaclee <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

index c7d2095..cdd3892 100644 (file)
                     <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>