You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2021/09/27 15:34:57 UTC

[karaf] branch main updated: Add org.osgi.service.event to audit core

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new e03d9ac  Add org.osgi.service.event to audit core
     new e1dde27  Merge pull request #1441 from jbonofre/AUDIT_FIX
e03d9ac is described below

commit e03d9ac10eda16a78056c59f1c95c27ec1b71892
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Sep 27 15:44:54 2021 +0200

    Add org.osgi.service.event to audit core
---
 audit/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/audit/pom.xml b/audit/pom.xml
index 48a4bce..40a5cec 100644
--- a/audit/pom.xml
+++ b/audit/pom.xml
@@ -59,6 +59,10 @@
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.service.cm</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.event</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>org.apache.karaf.services</groupId>