How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.springboot.plugin</groupId>
<artifactId>jasypt-spring-boot-parent</artifactId>
<version>3.1.0</version>
</dependency>
Choose a version of io.springboot.plugin : jasypt-spring-boot-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
jasypt-spring-boot-parent-3.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.springboot.plugin</groupId>
<artifactId>jasypt-spring-boot-parent</artifactId>
<version>3.1.0</version>
</dependency>
Advertisement