blob: f86eeb508dcf15fef492707705616e28c07aed2e [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 <groupId>org.openecomp.sdc</groupId>
8 <artifactId>backend</artifactId>
9 <packaging>pom</packaging>
10
Michael Landof5f13c42017-02-19 12:35:04 +020011 <parent>
12 <artifactId>openecomp-sdc</artifactId>
13 <groupId>org.openecomp.sdc</groupId>
Sonsino, Ofir (os0695)55c536e2019-05-07 18:30:15 +030014 <version>1.5.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020015 </parent>
16
Michael Landof5f13c42017-02-19 12:35:04 +020017 <modules>
18 <module>openecomp-sdc-vendor-license-manager</module>
19 <module>openecomp-sdc-vendor-software-product-manager</module>
20 <module>openecomp-sdc-validation-manager</module>
21 <module>openecomp-sdc-action-manager</module>
22 <module>openecomp-sdc-application-config-manager</module>
AviZi280f8012017-06-09 02:39:56 +030023 <module>openecomp-sdc-activity-log-manager</module>
Avi Zivb8e2faf2017-07-18 19:45:38 +030024 <module>openecomp-sdc-healthcheck-manager</module>
talig8e9c0652017-12-20 14:30:43 +020025 <module>openecomp-sdc-conflict-manager</module>
26 <module>openecomp-sdc-item-permissions-manager</module>
Yuli Shlosberga4eeb112019-01-07 16:23:36 +020027 <module>openecomp-sdc-security-util</module>
Michael Landof5f13c42017-02-19 12:35:04 +020028 </modules>
29
30
31</project>