You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2021/02/08 17:24:07 UTC

[unomi] branch unomi-1.5.x updated: Fix missing dependency

This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch unomi-1.5.x
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/unomi-1.5.x by this push:
     new 7dae8b4  Fix missing dependency
7dae8b4 is described below

commit 7dae8b4795332e699e0d1e7ad25590143c2f7cfe
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Mon Feb 8 18:23:57 2021 +0100

    Fix missing dependency
---
 rest/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/rest/pom.xml b/rest/pom.xml
index 3e3151f..2d1fbd0 100644
--- a/rest/pom.xml
+++ b/rest/pom.xml
@@ -53,6 +53,12 @@
         </dependency>
 
         <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>javax.servlet-api</artifactId>
             <scope>provided</scope>