diff --git a/README.md b/README.md index f779e8b9fd255cffbeea408442084c32258983aa..7c4cc844ac69852dbe879535801fd31ed25e94a5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ ## Changelog -### 4.4.0-SNAPSHOT +### 4.6.0-SNAPSHOT +* Update [OZGCloud License Generator](ozgcloud-common-license/readme.md) + +### 4.4.0 * Integration SBOM in JAR-File (OZG-4833) * Update to Spring-Boot 3.3.4 * Update netdev.grpc Spring-Boot Starter to 3.1.0-RELEASE @@ -12,7 +15,6 @@ * Update protoc-gen to 1.66 * Update Quarkus Platform to 3.13.3 * Update Keycloak Adapter to 24.0.5 -* Update [OZGCloud License Generator](ozgcloud-common-license/readme.md) ### 4.3.2 * update mapstruct 1.5.5 -> 1.6.0 diff --git a/pom.xml b/pom.xml index 031988a7aa83b943329430b4e4679e80470e8e38..94750db7cde859ef640261561362d3560cd0a6b3 100644 --- a/pom.xml +++ b/pom.xml @@ -98,6 +98,11 @@ <header>license/eupl_v1_2_de/header.txt</header> </licenseSet> </licenseSets> + <excludes> + <exclude>**/.angular/cache/**</exclude> + <exclude>**/.nx/**</exclude> + <exclude>**/node_modules/**</exclude> + </excludes> </configuration> <dependencies> <dependency>