Make NCMP integration tests use MockWebServer
[cps.git] / cps-dependencies / pom.xml
index 5d435d6..34d45b7 100644 (file)
                 <artifactId>hazelcast-spring</artifactId>
                 <version>5.3.1</version>
             </dependency>
+            <dependency>
+                <groupId>com.squareup.okhttp3</groupId>
+                <artifactId>mockwebserver</artifactId>
+                <version>4.12.0</version>
+                <scope>test</scope>
+            </dependency>
             <dependency>
                 <groupId>com.tngtech.archunit</groupId>
                 <artifactId>archunit-junit5</artifactId>