diff options
author | jimmy <jf2512@att.com> | 2018-12-17 16:33:37 -0500 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2018-12-17 16:34:16 -0500 |
commit | a575256d37d43d014442094d100571c66bd064eb (patch) | |
tree | 99dfcf9b5be95c7495f285f4ebb9874b376598f0 /pom.xml | |
parent | 499899a4c73e7cdc9ec0cc6be2694642a3be9c27 (diff) |
Update to spring-boot 1.5.18
Change-Id: Ifcc3bca8b1ee9e338ce3177a87ea85382639c101
Issue-ID: AAI-1896
Signed-off-by: jimmy <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.15.RELEASE</version> + <version>1.5.18.RELEASE</version> <relativePath /> </parent> <groupId>org.onap.aai.data-router</groupId> @@ -167,7 +167,7 @@ limitations under the License. <dependency> <groupId>com.att.aft</groupId> <artifactId>dme2</artifactId> - <version>3.1.200</version> + <version>3.1.200-oss</version> <scope>provided</scope> </dependency> <!--<dependency>--> |