diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-08-27 11:34:56 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-08-27 17:56:02 +0200 |
commit | 87502d28e8b2edd55dabf0186a8e2ac233388886 (patch) | |
tree | 31d95f4e7ff48498b99497dc160bef77b8645ceb /aai-resources/pom.xml | |
parent | 576cbd56b527f2d782dff4c28e210e71193945e9 (diff) |
Enhance ModelDistributionTest in resources to test redistribution
- use WebTestClient in ModelDistributionTest
- add test for redistribution
Issue-ID: AAI-3977
Change-Id: I1db72bd9af50931a487e31576b2f14d21fc3b4c1
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r-- | aai-resources/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 51f9651..51c9621 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -589,6 +589,13 @@ <artifactId>httpclient</artifactId> </dependency> <dependency> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <version>3.21.0</version> + <scope>test</scope> + </dependency> + + <dependency> <groupId>org.skyscreamer</groupId> <artifactId>jsonassert</artifactId> <scope>test</scope> |