diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/pom.xml | 18 | ||||
-rw-r--r-- | runtime/src/main/resources/boot-message.txt | 12 |
2 files changed, 12 insertions, 18 deletions
diff --git a/runtime/pom.xml b/runtime/pom.xml index ba48109da..5236520e5 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -145,17 +145,6 @@ </profile> </profiles> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-dependencies</artifactId> - <version>${version.springboot}</version> - <type>pom</type> - <scope>import</scope> - </dependency> - </dependencies> - </dependencyManagement> <dependencies> <dependency> <groupId>org.onap.policy.clamp</groupId> @@ -353,6 +342,11 @@ </dependency> <!-- Other dependencies to fix nexus IQ reported vulnerabilities --> <dependency> + <groupId>javax.validation</groupId> + <artifactId>validation-api</artifactId> + <version>2.0.1.Final</version> + </dependency> + <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </dependency> @@ -905,4 +899,4 @@ </plugin> </plugins> </build> -</project> +</project>
\ No newline at end of file diff --git a/runtime/src/main/resources/boot-message.txt b/runtime/src/main/resources/boot-message.txt index 5a6cf1824..a7be5c69b 100644 --- a/runtime/src/main/resources/boot-message.txt +++ b/runtime/src/main/resources/boot-message.txt @@ -1,9 +1,9 @@ - ___ _ _ _ ____ ___ _ _ _ - / _ \| \ | | / \ | _ \ |_ _|___| |_ __ _ _ __ | |__ _ _| | - | | | | \| | / _ \ | |_) | | |/ __| __/ _` | '_ \| '_ \| | | | | - | |_| | |\ |/ ___ \| __/ | |\__ \ || (_| | | | | |_) | |_| | | - \___/|_| \_/_/ \_\_| |___|___/\__\__,_|_| |_|_.__/ \__,_|_| + __ _ _ _ ____ + / _ \| \ | | / \ | _ \ + | | | | \| | / _ \ | |_) | + | |_| | |\ |/ ___ \| __/ + \___/|_| \_/_/ \_\_| ____ ___ _ ___ ______ __ ____ _ _ __ __ ____ | _ \ / _ \| | |_ _/ ___\ \ / / / ___| | / \ | \/ | _ \ | |_) | | | | | | | | \ V /____| | | | / _ \ | |\/| | |_) | @@ -13,4 +13,4 @@ - :: Starting ::
\ No newline at end of file + :: Starting :: |