Boot update 2.1.3 , Boot app banner. (#800)

* Banner for app, boot update, helm license exclude

Signed-off-by: Kai Zimmermann <kai.zimmermann@microsoft.com>
This commit is contained in:
Kai Zimmermann
2019-02-26 13:01:09 +01:00
committed by GitHub
parent e1ffe79bd2
commit 7870f9f87f
4 changed files with 73 additions and 56 deletions

View File

@@ -16,7 +16,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.3.RELEASE</version>
</parent>
<groupId>org.eclipse.hawkbit</groupId>
@@ -128,7 +128,7 @@
<properties>
<java.version>1.8</java.version>
<spring.boot.version>2.1.2.RELEASE</spring.boot.version>
<spring.boot.version>2.1.3.RELEASE</spring.boot.version>
<spring.cloud.version>Greenwich.RELEASE</spring.cloud.version>
<snapshotDependencyAllowed>true</snapshotDependencyAllowed>
@@ -142,6 +142,8 @@
<!-- Piggy back existing Eclipse CQs -->
<commons-lang3.version>3.7</commons-lang3.version>
<classmate.version>1.3.4</classmate.version>
<!-- Newer versions (tested 4.5.7) do not seem to work with RabbitMQ management plugin -->
<httpclient.version>4.5.6</httpclient.version>
<!-- Spring boot version overrides - END -->
<!-- Vaadin versions - START -->
@@ -324,6 +326,8 @@
<validHeader>licenses/LICENSE_HEADER_TEMPLATE_BOSCH_18.txt</validHeader>
</validHeaders>
<excludes>
<exclude>**/banner.txt</exclude>
<exclude>**/helm/**</exclude>
<exclude>**/README</exclude>
<exclude>.3rd-party/**</exclude>
<exclude>.github/**</exclude>