diff options
author | Dan Timoney <dtimoney@att.com> | 2019-06-25 17:23:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-25 17:23:59 +0000 |
commit | b3eb3fc950e6cda05d85d8422863b81bd0e766dd (patch) | |
tree | 25f66ac2be05dd8a69f555f456c84e473dd93a38 /pom.xml | |
parent | 73bb26698e848aef94e52c7823998100600c2879 (diff) | |
parent | da57151156fcdb7286de9a200ca22e4255b532ca (diff) |
Merge "Use correct parent pom"
Diffstat (limited to 'pom.xml')
-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> |