How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.allune</groupId>
<artifactId>quickfixj-spring-boot-starter-parent</artifactId>
<version>2.14.0</version>
</dependency>
Choose a version of io.allune : quickfixj-spring-boot-starter-parent to add to Maven - Latest Versions:
POM as dependency in dependencyManagement
<dependency>
<groupId>io.allune</groupId>
<artifactId>quickfixj-spring-boot-starter-parent</artifactId>
<version>2.14.0</version>
</dependency>