<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>2.8.4</version>
</dependency>
</dependencies>
</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>
<version>1.0.2</version>
</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>
</plugin>
</plugins>
</build>
-</project>
+</project>
\ No newline at end of file
- ___ _ _ _ ____ ___ _ _ _
- / _ \| \ | | / \ | _ \ |_ _|___| |_ __ _ _ __ | |__ _ _| |
- | | | | \| | / _ \ | |_) | | |/ __| __/ _` | '_ \| '_ \| | | | |
- | |_| | |\ |/ ___ \| __/ | |\__ \ || (_| | | | | |_) | |_| | |
- \___/|_| \_/_/ \_\_| |___|___/\__\__,_|_| |_|_.__/ \__,_|_|
+ __ _ _ _ ____
+ / _ \| \ | | / \ | _ \
+ | | | | \| | / _ \ | |_) |
+ | |_| | |\ |/ ___ \| __/
+ \___/|_| \_/_/ \_\_|
____ ___ _ ___ ______ __ ____ _ _ __ __ ____
| _ \ / _ \| | |_ _/ ___\ \ / / / ___| | / \ | \/ | _ \
| |_) | | | | | | | | \ V /____| | | | / _ \ | |\/| | |_) |
- :: Starting ::
\ No newline at end of file
+ :: Starting ::