Skip to content

Commit

Permalink
Fix apache rat check issue. (#8665)
Browse files Browse the repository at this point in the history
Fix apache rat check issue.
  • Loading branch information
codelipenghui authored Nov 22, 2020
1 parent c25bab8 commit 72b9f5d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1272,6 +1272,8 @@ flexible messaging model and an intuitive client API.</description>
<!-- This file is using ZLib license -->
<exclude>pulsar-client-cpp/lib/checksum/crc32c_sw.cc</exclude>

<!-- This file is generated by c++ client -->
<exclude>pulsar-client-cpp/generated/**</exclude>
<!-- This is a text property file that contains just a class name -->
<exclude>**/META-INF/services/com.scurrilous.circe.HashProvider</exclude>
<exclude>**/META-INF/services/io.prestosql.spi.Plugin</exclude>
Expand Down
19 changes: 19 additions & 0 deletions pulsar-io/nsq/src/main/resources/META-INF/services/pulsar-io.yml
Original file line number Diff line number Diff line change
@@ -1,3 +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.
#

name: nsq
description: Ingest data from an NSQ topic
sourceClass: org.apache.pulsar.io.nsq.NSQSource
Expand Down

0 comments on commit 72b9f5d

Please sign in to comment.