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:08 UTC

[felix-atomos] branch logDep created (now cb85dd1)

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

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


      at cb85dd1  Add the log service dependency back

This branch includes the following new commits:

     new cb85dd1  Add the log service dependency back

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by pa...@apache.org.
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>