aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-07-02 12:50:57 -0400
committerJimmy Forsyth <jf2512@att.com>2019-07-02 12:53:23 -0400
commitd0fcd8413f929b4a841546d8f52bca2337f612b8 (patch)
treef5fc2a767d5bdb82564217ebb1f7f8dc9c025ca6
parent6370ab3f025ef4bb67246ee70b90792343bad293 (diff)
Update to oparent 2.0.0
Issue-ID: AAI-2485 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Id4380b2c1efe560806c4abc551cf4129257a276f
-rw-r--r--pom.xml47
1 files changed, 45 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e084eb7..19b377f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.0</version>
+ <version>2.0.0</version>
</parent>
<groupId>org.onap.aai.router-core</groupId>
@@ -44,7 +44,50 @@ limitations under the License.
<sonar.projectVersion>${project.version}</sonar.projectVersion>
<camel-spring-boot.version>2.22.1</camel-spring-boot.version>
<jacoco.line.coverage.limit>0.70</jacoco.line.coverage.limit>
+ <springframework.version>4.3.18.RELEASE</springframework.version>
</properties>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <version>1.1.3</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ <version>${springframework.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-web</artifactId>
+ <version>${springframework.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-core</artifactId>
+ <version>${springframework.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-expression</artifactId>
+ <version>${springframework.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-webmvc</artifactId>
+ <version>${springframework.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-test</artifactId>
+ <version>${springframework.version}</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
<dependencies>
<dependency>
<groupId>org.apache.camel</groupId>
@@ -61,7 +104,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>common-logging</artifactId>
- <version>1.2.2</version>
+ <version>1.5.0</version>
</dependency>
<dependency>