Skip to content

Commit

Permalink
chore(bom): Exclude tests and examples from BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Dec 2, 2024
1 parent 7073051 commit 34ccf96
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* Fix #2632: Bumped OkHttp from 3.12.12 to 4.12.0
* Fix #5965: Bumped sundrio.version from 0.103.1 to 0.200.0
* Fix #6052: Removed dependency on no longer maintained com.github.mifmif:generex
* Fix #6676: Removed tests and examples from the BOM

#### New Features
* Fix #5719: io.fabric8:mockwebserver is now based on Vert.x
Expand Down Expand Up @@ -58,6 +59,7 @@
* Fix #6630: Removed deprecated `io.fabric8.kubernetes.client.utils.ReflectUtils` class
* Fix #6455: (crd-generator) Changed format in `@PrinterColumn` to enum
* Fix #6673: (crd-generator) Deprecation of CRD Generator v1
* Fix #6676: Removed tests and examples from the BOM

### 6.13.4 (2024-09-25)

Expand Down
20 changes: 20 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1239,6 +1239,16 @@
<skipStagingRepositoryClose>true</skipStagingRepositoryClose>
<sonar.skip>true</sonar.skip>
</properties>
<modules>
<excludes>
<exclude>io.fabric8:*-tests</exclude>
<exclude>io.fabric8:*-itests</exclude>
<exclude>io.fabric8.kubernetes:*-itests</exclude>
<exclude>io.fabric8*:*-examples</exclude>
<exclude>io.fabric8:crd-generator-test*</exclude>
<exclude>io.fabric8:kubernetes-test</exclude>
</excludes>
</modules>
</bom>
<bom>
<artifactId>kubernetes-client-bom-with-deps</artifactId>
Expand Down Expand Up @@ -1272,6 +1282,16 @@
<include>io.fabric8:openshift-model*</include>
</includes>
</dependencies>
<modules>
<excludes>
<exclude>io.fabric8:*-tests</exclude>
<exclude>io.fabric8:*-itests</exclude>
<exclude>io.fabric8.kubernetes:*-itests</exclude>
<exclude>io.fabric8*:*-examples</exclude>
<exclude>io.fabric8:crd-generator-test*</exclude>
<exclude>io.fabric8:kubernetes-test</exclude>
</excludes>
</modules>
<properties>
<skipStagingRepositoryClose>true</skipStagingRepositoryClose>
<sonar.skip>true</sonar.skip>
Expand Down

0 comments on commit 34ccf96

Please sign in to comment.