diff options
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2020-12-10 16:49:53 +0000 |
---|---|---|
committer | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2020-12-10 16:55:54 +0000 |
commit | e182a6b6cb4a87b4f461adf83fe60a65948fc230 (patch) | |
tree | 1a8dbc71794cf742e5f9dd2ce6346c308cc1afc4 /cps-ri/pom.xml | |
parent | a66dd4e82e8ef5b2cfe956a9a88a90154889635a (diff) |
Retrieve All anchors for a given Dataspace
Issue-ID: CPS-8
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: Idb2e4f83d390f078345e556d89781e0bf4a9a41f
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r-- | cps-ri/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index b5fe933818..89b19d5ffa 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -36,6 +36,10 @@ <groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.modelmapper</groupId>
+ <artifactId>modelmapper</artifactId>
+ </dependency>
<!-- Test dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>
|