You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2020/01/09 16:40:36 UTC

[sling-org-apache-sling-testing-sling-mock] branch master updated: SLING-8978 add exclusions for old osgi artifacts

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

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e82911  SLING-8978 add exclusions for old osgi artifacts
7e82911 is described below

commit 7e829117dc09e917312d67e503de1e4f802a86dd
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Thu Jan 9 17:40:21 2020 +0100

    SLING-8978 add exclusions for old osgi artifacts
---
 core/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/core/pom.xml b/core/pom.xml
index 64bcd1f..5c7858d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -362,6 +362,16 @@
                     <artifactId>org.apache.sling.scripting.core</artifactId>
                     <version>2.0.58</version>
                     <scope>compile</scope>
+                    <exclusions>
+                      <exclusion>
+                        <groupId>org.osgi</groupId>
+                        <artifactId>org.osgi.core</artifactId>
+                      </exclusion>
+                      <exclusion>
+                        <groupId>org.osgi</groupId>
+                        <artifactId>org.osgi.compendium</artifactId>
+                      </exclusion>
+                    </exclusions>
                 </dependency>
             </dependencies>
         </profile>