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 ef56b52 Fixing build issues
ef56b52 is described below
commit ef56b52d7231d8ac16a2ae061d146d8970feb1ce
Author: Dan Klco <[email protected]>
AuthorDate: Wed Sep 23 16:06:45 2020 -0400
Fixing build issues
---
.../cms/core/publication/BulkPublicationJobTest.java | 16 ++++++++++++++++
.../src/main/java/org/apache/sling/cms/feature/Main.java | 1 +
2 files changed, 17 insertions(+)
diff --git
a/core/src/test/java/org/apache/sling/cms/core/publication/BulkPublicationJobTest.java
b/core/src/test/java/org/apache/sling/cms/core/publication/BulkPublicationJobTest.java
index 25e594e..1d1caa2 100644
---
a/core/src/test/java/org/apache/sling/cms/core/publication/BulkPublicationJobTest.java
+++
b/core/src/test/java/org/apache/sling/cms/core/publication/BulkPublicationJobTest.java
@@ -1,3 +1,19 @@
+/*
+ * 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 org.apache.sling.cms.core.publication;
import static org.junit.Assert.assertEquals;
diff --git a/feature/src/main/java/org/apache/sling/cms/feature/Main.java
b/feature/src/main/java/org/apache/sling/cms/feature/Main.java
index d4482d9..3a90f4e 100644
--- a/feature/src/main/java/org/apache/sling/cms/feature/Main.java
+++ b/feature/src/main/java/org/apache/sling/cms/feature/Main.java
@@ -16,6 +16,7 @@
*/
package org.apache.sling.cms.feature;
+import java.io.InputStream;
import java.io.IOException;
import java.net.URL;
import java.util.Arrays;