blob: d4919ee173fb9c8f590944bf94dbf9caaee5f497 [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +02001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6
AviZi280f8012017-06-09 02:39:56 +03007 <artifactId>backend</artifactId>
8 <packaging>pom</packaging>
9
Michael Landof5f13c42017-02-19 12:35:04 +020010 <parent>
11 <artifactId>openecomp-sdc</artifactId>
12 <groupId>org.openecomp.sdc</groupId>
MichaelMorris0560a3a2023-10-27 18:18:46 +010013 <version>1.13.6-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020014 </parent>
15
Michael Landof5f13c42017-02-19 12:35:04 +020016 <modules>
17 <module>openecomp-sdc-vendor-license-manager</module>
18 <module>openecomp-sdc-vendor-software-product-manager</module>
19 <module>openecomp-sdc-validation-manager</module>
20 <module>openecomp-sdc-action-manager</module>
21 <module>openecomp-sdc-application-config-manager</module>
AviZi280f8012017-06-09 02:39:56 +030022 <module>openecomp-sdc-activity-log-manager</module>
Avi Zivb8e2faf2017-07-18 19:45:38 +030023 <module>openecomp-sdc-healthcheck-manager</module>
talig8e9c0652017-12-20 14:30:43 +020024 <module>openecomp-sdc-conflict-manager</module>
25 <module>openecomp-sdc-item-permissions-manager</module>
Yuli Shlosberga4eeb112019-01-07 16:23:36 +020026 <module>openecomp-sdc-security-util</module>
Michael Landof5f13c42017-02-19 12:35:04 +020027 </modules>
28
29
30</project>