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

dklco pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e9f7ec  Fixing baseline warnings
1e9f7ec is described below

commit 1e9f7ec6be28572df58c8a38cecd78774cc8dc3e
Author: Dan Klco <[email protected]>
AuthorDate: Thu Aug 9 10:19:36 2018 -0400

    Fixing baseline warnings
---
 core/pom.xml                                       |  4 ++++
 .../apache/sling/cms/core/models/package-info.java | 27 ++++++++++++++++++++++
 .../sling/cms/core/usergenerated/package-info.java | 26 +++++++++++++++++++++
 pom.xml                                            |  6 +++++
 4 files changed, 63 insertions(+)

diff --git a/core/pom.xml b/core/pom.xml
index 4e18b07..dafbec7 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -104,6 +104,10 @@
                        <artifactId>osgi.cmpn</artifactId>
                </dependency>
                <dependency>
+                       <groupId>org.osgi</groupId>
+                       <artifactId>osgi.annotation</artifactId>
+               </dependency>
+               <dependency>
                        <groupId>javax.jcr</groupId>
                        <artifactId>jcr</artifactId>
                </dependency>
diff --git 
a/core/src/main/java/org/apache/sling/cms/core/models/package-info.java 
b/core/src/main/java/org/apache/sling/cms/core/models/package-info.java
new file mode 100644
index 0000000..ddf8d4f
--- /dev/null
+++ b/core/src/main/java/org/apache/sling/cms/core/models/package-info.java
@@ -0,0 +1,27 @@
+/*
+ * 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.
+ */
+
+/**
+ * Package with all of the common models used to access content in the Sling
+ * reference CMS
+ *
+ * @version 0.9.0
+ */
[email protected]("0.10.0")
+package org.apache.sling.cms.core.models;
diff --git 
a/core/src/main/java/org/apache/sling/cms/core/usergenerated/package-info.java 
b/core/src/main/java/org/apache/sling/cms/core/usergenerated/package-info.java
new file mode 100644
index 0000000..31b7c4b
--- /dev/null
+++ 
b/core/src/main/java/org/apache/sling/cms/core/usergenerated/package-info.java
@@ -0,0 +1,26 @@
+/*
+ * 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.
+ */
+
+/**
+ * Handling for User Generated Content
+ *
+ * @version 0.9.0
+ */
[email protected]("0.9.0")
+package org.apache.sling.cms.core.usergenerated;
diff --git a/pom.xml b/pom.xml
index c909d1f..6a915d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,6 +155,12 @@
                                <version>2.14.4</version>
                                <scope>provided</scope>
                        </dependency>
+                       <dependency>
+                               <groupId>org.osgi</groupId>
+                               <artifactId>osgi.annotation</artifactId>
+                               <version>6.0.1</version>
+                               <scope>provided</scope>
+                       </dependency>
                </dependencies>
        </dependencyManagement>
 

Reply via email to