|
40 | 40 | <maven-plugin-version>1.0.0</maven-plugin-version>
|
41 | 41 | <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
|
42 | 42 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
43 |
| - |
| 43 | + <reflections.version>0.10.2</reflections.version> |
44 | 44 | <javax.annotation.version>1.3.2</javax.annotation.version>
|
45 | 45 | <snakeyaml.version>1.33</snakeyaml.version>
|
46 | 46 | <slf4j.version>2.0.3</slf4j.version>
|
|
89 | 89 |
|
90 | 90 | <dependencyManagement>
|
91 | 91 | <dependencies>
|
| 92 | + <dependency> |
| 93 | + <groupId>org.reflections</groupId> |
| 94 | + <artifactId>reflections</artifactId> |
| 95 | + <version>${reflections.version}</version> |
| 96 | + </dependency> |
92 | 97 | <dependency>
|
93 | 98 | <groupId>org.apache.commons</groupId>
|
94 | 99 | <artifactId>commons-lang3</artifactId>
|
|
482 | 487 | <include>src/test/groovy/**/*.groovy</include>
|
483 | 488 | </includes>
|
484 | 489 |
|
485 |
| - <importOrder> <!-- or a custom ordering --> |
486 |
| - <order>java,javax,org,com,com.diffplug, |
487 |
| - </order> <!-- or use <file>${basedir}/eclipse.importorder</file> --> |
488 |
| - </importOrder> |
489 |
| - <greclipse /> <!-- has its own section below --> |
490 |
| - <licenseHeader> |
491 |
| - <content> |
492 |
| -/* |
493 |
| -Copyright $YEAR The Kubernetes Authors. |
494 |
| -Licensed under the Apache License, Version 2.0 (the "License"); |
495 |
| -you may not use this file except in compliance with the License. |
496 |
| -You may obtain a copy of the License at |
497 |
| -http://www.apache.org/licenses/LICENSE-2.0 |
498 |
| -Unless required by applicable law or agreed to in writing, software |
499 |
| -distributed under the License is distributed on an "AS IS" BASIS, |
500 |
| -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
501 |
| -See the License for the specific language governing permissions and |
502 |
| -limitations under the License. |
503 |
| -*/ |
504 |
| - </content> |
505 |
| - </licenseHeader> |
506 |
| - </groovy> |
507 |
| - <licenseHeader> |
508 |
| - <content> |
509 |
| -/* |
510 |
| -Copyright $YEAR The Kubernetes Authors. |
511 |
| -Licensed under the Apache License, Version 2.0 (the "License"); |
512 |
| -you may not use this file except in compliance with the License. |
513 |
| -You may obtain a copy of the License at |
514 |
| -http://www.apache.org/licenses/LICENSE-2.0 |
515 |
| -Unless required by applicable law or agreed to in writing, software |
516 |
| -distributed under the License is distributed on an "AS IS" BASIS, |
517 |
| -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
518 |
| -See the License for the specific language governing permissions and |
519 |
| -limitations under the License. |
520 |
| -*/ |
521 |
| - </content> |
522 |
| - <delimiter>package </delimiter> |
523 |
| - </licenseHeader> |
524 |
| - </configuration> |
525 |
| - </plugin> |
526 |
| - </plugins> |
527 |
| - </build> |
| 490 | + <importOrder> <!-- or a custom ordering --> |
| 491 | + <order>java,javax,org,com,com.diffplug, |
| 492 | + </order> <!-- or use <file>${basedir}/eclipse.importorder</file> --> |
| 493 | + </importOrder> |
| 494 | + <greclipse/> <!-- has its own section below --> |
| 495 | + <licenseHeader> |
| 496 | + <content> |
| 497 | + /* |
| 498 | + Copyright $YEAR The Kubernetes Authors. |
| 499 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 500 | + you may not use this file except in compliance with the License. |
| 501 | + You may obtain a copy of the License at |
| 502 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 503 | + Unless required by applicable law or agreed to in writing, software |
| 504 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 505 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 506 | + See the License for the specific language governing permissions and |
| 507 | + limitations under the License. |
| 508 | + */ |
| 509 | + </content> |
| 510 | + </licenseHeader> |
| 511 | + </groovy> |
| 512 | + <licenseHeader> |
| 513 | + <content> |
| 514 | + /* |
| 515 | + Copyright $YEAR The Kubernetes Authors. |
| 516 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 517 | + you may not use this file except in compliance with the License. |
| 518 | + You may obtain a copy of the License at |
| 519 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 520 | + Unless required by applicable law or agreed to in writing, software |
| 521 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 522 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 523 | + See the License for the specific language governing permissions and |
| 524 | + limitations under the License. |
| 525 | + */ |
| 526 | + </content> |
| 527 | + <delimiter>package</delimiter> |
| 528 | + </licenseHeader> |
| 529 | + </configuration> |
| 530 | + </plugin> |
| 531 | + </plugins> |
| 532 | + </build> |
528 | 533 |
|
529 | 534 | <profiles>
|
530 | 535 | <profile>
|
|
0 commit comments