aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-06-25 17:23:59 +0000
committerGerrit Code Review <gerrit@onap.org>2019-06-25 17:23:59 +0000
commitb3eb3fc950e6cda05d85d8422863b81bd0e766dd (patch)
tree25f66ac2be05dd8a69f555f456c84e473dd93a38
parent73bb26698e848aef94e52c7823998100600c2879 (diff)
parentda57151156fcdb7286de9a200ca22e4255b532ca (diff)
Merge "Use correct parent pom"
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7fb034564..3ffafbe59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>