diff options
author | ryanSheehan <ryansheehan.est@gmail.com> | 2021-06-04 20:37:35 +0100 |
---|---|---|
committer | ryanSheehan <ryansheehan.est@gmail.com> | 2021-06-04 20:37:58 +0100 |
commit | 831ecf744cba1172efcd25a5f2fe3b19e4249a18 (patch) | |
tree | b9d7d338fde80a7c445f4b9eb0133c849ee7c261 /integration | |
parent | 5ca01a91d9507b77e101e2cbd9de97c705a6d5ae (diff) |
Adding properties to parent integration pom
Take properties declared in clamp poms and inherit them from integration pom
Issue-ID: POLICY-3215
Change-Id: I51993ffc1734b5c83ec7276f527ca18ead7c22d3
Signed-off-by: ryanSheehan <ryansheehan.est@gmail.com>
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index d803da87..27cb294b 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -48,6 +48,13 @@ <version.javax.bind>2.3.1</version.javax.bind> <version.javax.json>1.1.4</version.javax.json> <version.netty>4.1.63.Final</version.netty> + <version.springboot>2.5.0</version.springboot> + <version.eelf.core>1.0.0</version.eelf.core> + <version.camel>3.7.3</version.camel> + <version.tomcat>9.0.45</version.tomcat> + <version.mockserver>5.11.2</version.mockserver> + <version.immutable>2.8.8</version.immutable> + <version.springfox>3.0.0</version.springfox> <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> <repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm> </properties> |