|
328 | 328 | <version>3.3.1</version> |
329 | 329 | <type>maven-plugin</type> |
330 | 330 | </dependency> |
| 331 | + <dependency> |
| 332 | + <groupId>org.apache.rat</groupId> |
| 333 | + <artifactId>apache-rat-plugin</artifactId> |
| 334 | + <version>0.17</version> |
| 335 | + </dependency> |
331 | 336 | </dependencies> |
332 | 337 | </dependencyManagement> |
333 | 338 | <dependencies> |
| 339 | + <dependency> |
| 340 | + <groupId>org.apache.rat</groupId> |
| 341 | + <artifactId>apache-rat-plugin</artifactId> |
| 342 | + <version>0.17</version> |
| 343 | + </dependency> |
334 | 344 | <dependency> |
335 | 345 | <groupId>com.google.cloud</groupId> |
336 | 346 | <artifactId>google-cloud-bigquerystorage</artifactId> |
|
362 | 372 | </executions> |
363 | 373 | <configuration> |
364 | 374 | <excludeSubProjects>false</excludeSubProjects> |
365 | | - <addDefaultLicenses>false</addDefaultLicenses> |
366 | | - <approvedLicenses>aiven</approvedLicenses> |
367 | | - <families> |
368 | | - <family> |
369 | | - <id>aiven</id> |
370 | | - <name>Aiven Oy</name> |
371 | | - </family> |
372 | | - </families> |
373 | | - <licenses> |
374 | | - <license> |
375 | | - <family>aiven</family> |
376 | | - <name>bigquery-connector</name> |
377 | | - <all> |
378 | | - <copyright owner="Aiven Oy and bigquery-connector-for-apache-kafka project contributors" /> |
379 | | - <text> |
380 | | - This software contains code derived from the Confluent BigQuery |
381 | | - Kafka Connector, Copyright Confluent, Inc, which in turn |
382 | | - contains code derived from the WePay BigQuery Kafka Connector, |
383 | | - Copyright WePay, Inc. |
384 | | - |
385 | | - Licensed under the Apache License, Version 2.0 (the "License"); |
386 | | - you may not use this file except in compliance with the License. |
387 | | - You may obtain a copy of the License at |
388 | | - </text> |
389 | | - <any> |
390 | | - <text>http://www.apache.org/licenses/LICENSE-2.0</text> |
391 | | - <text>https://www.apache.org/licenses/LICENSE-2.0</text> |
392 | | - </any> |
393 | | - <text> |
394 | | - Unless required by applicable law or agreed to in writing, |
395 | | - software distributed under the License is distributed on an |
396 | | - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
397 | | - KIND, either express or implied. See the License for the |
398 | | - specific language governing permissions and limitations |
399 | | - under the License. |
400 | | - </text> |
401 | | - </all> |
402 | | - </license> |
403 | | - </licenses> |
404 | | - <excludes> |
405 | | - <exclude>**/*.vm</exclude> |
406 | | - <exclude>**/*.properties</exclude> |
407 | | - <exclude>LICENSE.md</exclude> |
408 | | - <exclude>README.md</exclude> |
409 | | - <exclude>/docs/**</exclude> |
410 | | - <exclude>**/META-INF/services/**</exclude> |
411 | | - </excludes> |
| 375 | + <!-- <configurationNoDefaults>true</configurationNoDefaults> --> |
| 376 | + <config>big-query-rat-config.xml</config> |
| 377 | + <inputExclude>**/*.vm</inputExclude> |
| 378 | + <inputExclude>**/*.properties</inputExclude> |
| 379 | + <inputExclude>LICENSE.md</inputExclude> |
| 380 | + <inputExclude>README.md</inputExclude> |
| 381 | + <inputExclude>/docs/**</inputExclude> |
| 382 | + <inputExclude>**/META-INF/services/**</inputExclude> |
412 | 383 | </configuration> |
413 | 384 | </plugin> |
414 | 385 | <plugin> |
|
0 commit comments