Adding properties to parent integration pom 36/121736/1
authorryanSheehan <ryansheehan.est@gmail.com>
Fri, 4 Jun 2021 19:37:35 +0000 (20:37 +0100)
committerryanSheehan <ryansheehan.est@gmail.com>
Fri, 4 Jun 2021 19:37:58 +0000 (20:37 +0100)
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>
integration/pom.xml

index d803da8..27cb294 100644 (file)
         <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>