aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-06-20 19:17:31 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-06-20 19:17:31 -0400
commitda57151156fcdb7286de9a200ca22e4255b532ca (patch)
tree3e64f4cbf57bbb0d3e6ced0a2c314cd76743d47e
parentda79303b367ed5d4f12a279a401dee379f38147e (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.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>