You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cs...@apache.org on 2019/07/14 16:18:14 UTC

[sling-org-apache-sling-distribution-journal-kafka] branch master updated: SLING-8531 - Fix ds import version

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

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal-kafka.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b9a5ce  SLING-8531 - Fix ds import version
2b9a5ce is described below

commit 2b9a5cefbee52ca53aeed4e7593f27664c9cd8cc
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Sun Jul 14 18:18:07 2019 +0200

    SLING-8531 - Fix ds import version
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 18517a4..14cc5e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,7 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.service.component.annotations</artifactId>
+            <version>1.3.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>