I have this: ``` <parent> <groupId&gt...
# spring
p
I have this:
Copy code
<parent>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>2.0.3.RELEASE</version>
    <relativePath/>
</parent>
n
i don’t understand your issue can you use property?
l
try BOM
if you want to define dependencies without version
p
You can't use property to set parent's version if the parent is external to your project.