How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.stratos</groupId>
<artifactId>logging-mgt-feature</artifactId>
<version>4.1.1</version>
</dependency>
Choose a version of org.apache.stratos : logging-mgt-feature to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.1.x |
logging-mgt-feature-4.1.1
|
||
logging-mgt-feature-4.1.0
|
|||
4.0.x |
logging-mgt-feature-4.0.0
|
||
3.0.x |
logging-mgt-feature-3.0.0-incubating
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.stratos</groupId>
<artifactId>logging-mgt-feature</artifactId>
<version>4.1.1</version>
</dependency>
Advertisement