diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-21 18:04:38 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-22 11:05:34 +0100 |
commit | d13940636ced77fcafdf236d5af0eef9ee4509a1 (patch) | |
tree | 5044c3b3b50bb5695d90d46ed5229cef7759f203 /runtime/pom.xml | |
parent | 8584f219b638769603101b936497c276323950ca (diff) |
Use policy/parent for dependency management
We use policy/parent for dependency management so that we can control
the spring and spring boot versions that are pulled in.
Issue-ID: POLICY-4070
Change-Id: I1f8da1f1eb660c748110ecc25ca445c3c9cb202e
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'runtime/pom.xml')
-rw-r--r-- | runtime/pom.xml | 18 |
1 files changed, 6 insertions, 12 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 |