diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-05-31 14:08:12 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-05-31 17:06:50 -0400 |
commit | 2f81c9e500cc5d260a66ea70de8397d0c824f67e (patch) | |
tree | 82202935e9eea73334719e6aa2dea9d22fc457ba /aai-schema-ingest/pom.xml | |
parent | 5084077a52ad93e7a0e4463d0c4fd81a036ccb3c (diff) |
Move to oparent and upversion to 1.5.01.5.0
Issue-ID: AAI-2464
Change-Id: I961491c316ad0bc135eff43b8c5ed8ff0686ca5c
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'aai-schema-ingest/pom.xml')
-rw-r--r-- | aai-schema-ingest/pom.xml | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 749b5c0d..7b1c2165 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -25,16 +25,17 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> - <version>1.4.4-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> </parent> <artifactId>aai-schema-ingest</artifactId> <name>aai-schema-ingest</name> - <version>1.4.4-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> <eelf.core.version>1.0.1-oss</eelf.core.version> <httpclient.version>4.5.5</httpclient.version> + <springframework.version>4.3.24.RELEASE</springframework.version> </properties> <build> <plugins> @@ -57,6 +58,7 @@ </plugin> </plugins> </build> + <dependencies> <dependency> <groupId>org.eclipse.persistence</groupId> @@ -103,12 +105,27 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>4.3.21.RELEASE</version> + <version>${springframework.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>4.3.21.RELEASE</version> + <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.boot</groupId> @@ -123,7 +140,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> - <version>4.3.21.RELEASE</version> + <version>${springframework.version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |