diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-06-20 19:17:31 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-06-20 19:17:31 -0400 |
commit | da57151156fcdb7286de9a200ca22e4255b532ca (patch) | |
tree | 3e64f4cbf57bbb0d3e6ced0a2c314cd76743d47e | |
parent | da79303b367ed5d4f12a279a401dee379f38147e (diff) |
Use correct parent pom
Use springboot parent pom instead of odlparent
Change-Id: I3770ae6d37b7327efe7d26c1190631fc9a7d86ad
Issue-ID: CCSDK-1416
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> - <artifactId>odlparent-lite</artifactId> + <artifactId>spring-boot-starter-parent</artifactId> <version>1.3.0-SNAPSHOT</version> <relativePath/> </parent> |