How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-bom-2013sp1</artifactId>
<version>1.6.0</version>
</dependency>
Choose a version of com.sdl.dxa : dxa-bom-2013sp1 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.6.x |
dxa-bom-2013sp1-1.6.0
|
||
1.5.x |
dxa-bom-2013sp1-1.5.0
|
||
1.4.x |
dxa-bom-2013sp1-1.4.1
|
||
dxa-bom-2013sp1-1.4.0
|
|||
1.3.x |
dxa-bom-2013sp1-1.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-bom-2013sp1</artifactId>
<version>1.6.0</version>
</dependency>
Advertisement