diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-12-24 10:01:59 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-12-29 13:34:57 +0100 |
commit | d1d24e354436c253d2342cde452fb99856e1bae4 (patch) | |
tree | d92fbf33c348c72bb5c2803d355b2755794a9b61 /sdc-distribution-client/pom.xml | |
parent | 8ef2e71974f122dbc604e436838f5be5942a8d25 (diff) |
- expose default implementations of IArtifactInfo and IResourceInstance interfaces
- add jackson annotation to point to these default implementations
- leverage lombok to get rid of getter/setter boilerplate code
- move artifact transformation and filtering logic into a separate NotificationCallbackBuilder class
- enhance ArtifactTypeEnum with more types that are being used
Issue-ID: SDC-4707
Change-Id: I58f4a271946d0026c973678c85abdac0b98dcd1b
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'sdc-distribution-client/pom.xml')
-rw-r--r-- | sdc-distribution-client/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sdc-distribution-client/pom.xml b/sdc-distribution-client/pom.xml index 2fd1ac7..3b4f2c3 100644 --- a/sdc-distribution-client/pom.xml +++ b/sdc-distribution-client/pom.xml @@ -243,5 +243,11 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.skyscreamer</groupId> + <artifactId>jsonassert</artifactId> + <version>1.5.3</version> + <scope>test</scope> + </dependency> </dependencies> </project> |