You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2021/02/12 08:39:09 UTC

[felix-atomos] 01/01: Add the log service dependency back

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

pauls pushed a commit to branch logDep
in repository https://gitbox.apache.org/repos/asf/felix-atomos.git

commit cb85dd17c06d5fa83417c1ee0d04acfdcf895760
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Fri Feb 12 09:38:47 2021 +0100

    Add the log service dependency back
---
 atomos.examples/atomos.examples.substrate.lib/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/atomos.examples/atomos.examples.substrate.lib/pom.xml b/atomos.examples/atomos.examples.substrate.lib/pom.xml
index 0f593a7..c11dd41 100644
--- a/atomos.examples/atomos.examples.substrate.lib/pom.xml
+++ b/atomos.examples/atomos.examples.substrate.lib/pom.xml
@@ -46,6 +46,10 @@
                     <groupId>org.apache.felix</groupId>
                     <artifactId>org.apache.felix.framework</artifactId>
                 </dependency>
+                <dependency>
+                    <groupId>org.apache.felix</groupId>
+                    <artifactId>org.apache.felix.log</artifactId>
+                </dependency>
             </dependencies>
         </profile>
     </profiles>