aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r--catalog-be/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index c156b96178..d12e7c18cc 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -845,6 +845,13 @@
</exclusion>
</exclusions>
</dependency>
+
+ <dependency>
+ <groupId>com.googlecode.jmapper-framework</groupId>
+ <artifactId>jmapper-core</artifactId>
+ <version>${jMapper.version}</version>
+ </dependency>
+
</dependencies>
<build>