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

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


The following commit(s) were added to refs/heads/distribution-service by this 
push:
     new 0747eb3  Export service.subscriber package
0747eb3 is described below

commit 0747eb37c76d64df905b620178ada13c7402232d
Author: Christian Schneider <[email protected]>
AuthorDate: Fri May 15 08:46:23 2020 +0200

    Export service.subscriber package
---
 pom.xml                                            |  5 +++++
 .../journal/service/subscriber/package-info.java   | 22 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0e02ac2..43104cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,6 +166,11 @@
             <artifactId>osgi.core</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.annotation</artifactId>
+            <version>7.0.0</version>
+        </dependency>
 
         <!-- Apache Jackrabbit -->
         <dependency>
diff --git 
a/src/main/java/org/apache/sling/distribution/journal/service/subscriber/package-info.java
 
b/src/main/java/org/apache/sling/distribution/journal/service/subscriber/package-info.java
new file mode 100644
index 0000000..dc13d93
--- /dev/null
+++ 
b/src/main/java/org/apache/sling/distribution/journal/service/subscriber/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
[email protected]("0.1.0")
[email protected]
+package org.apache.sling.distribution.journal.service.subscriber;
\ No newline at end of file

Reply via email to